changeset 14640:65151464291f

(dun-urinate): Renamed. (dun-verblist): Indecent word deleted. (dunnet): Print "censored" message.
author Karl Heuer <kwzh@gnu.org>
date Wed, 21 Feb 1996 21:35:28 +0000
parents 4c778d943271
children 4706508583bd
files lisp/play/dunnet.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/dunnet.el	Wed Feb 21 21:33:54 1996 +0000
+++ b/lisp/play/dunnet.el	Wed Feb 21 21:35:28 1996 +0000
@@ -87,6 +87,8 @@
   "Switch to *dungeon* buffer and start game."
   (interactive)
   (switch-to-buffer "*dungeon*")
+  (insert "This version of Dunnet has been censored for your protection
+in accord with the Communications Decency Act.\n\n")
   (dun-mode)
   (setq dun-dead nil)
   (setq room 0)
@@ -929,7 +931,7 @@
     (dun-put-objs-in-treas (nth urinal dun-room-objects))
     (dun-replace dun-room-objects urinal nil)))
 
-(defun dun-piss (args)
+(defun dun-urinate (args)
   (if (not (= dun-current-room bathroom))
       (dun-mprincl "You can't do that here, don't even bother trying.")
     (if (not dun-gottago)
@@ -1926,7 +1928,7 @@
 		     (type . dun-type)  (insert . dun-put)
 		     (score . dun-score) (help . dun-help) (quit . dun-quit) 
 		     (read . dun-examine) (verbose . dun-long) 
-		     (urinate . dun-piss) (piss . dun-piss)
+		     (urinate . dun-urinate)
 		     (flush . dun-flush) (sleep . dun-sleep) (lie . dun-sleep) 
 		     (x . dun-examine) (break . dun-break) (drive . dun-drive)
 		     (board . dun-in) (enter . dun-in) (turn . dun-turn)