aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/dunnet.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-02-21 21:35:28 +0000
committerKarl Heuer <[email protected]>1996-02-21 21:35:28 +0000
commitdbd1c9ab59186d077fd8c67328f3d2f8b572cf52 (patch)
tree0bb7beb4a4640965eb5b86b1f81cdf18bf8ee834 /lisp/play/dunnet.el
parentce566d4f2e4fa4b685bb553f9bf744eb2094dd4a (diff)
(dun-urinate): Renamed.
(dun-verblist): Indecent word deleted. (dunnet): Print "censored" message.
Diffstat (limited to 'lisp/play/dunnet.el')
-rw-r--r--lisp/play/dunnet.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 189f323984..9da14e92e1 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -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 @@ If you have questions or comments, please contact [email protected]."))
(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 @@ A hole leads north."
(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)