diff options
| author | Karl Heuer | 1996-02-21 21:35:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-02-21 21:35:28 +0000 |
| commit | dbd1c9ab59186d077fd8c67328f3d2f8b572cf52 (patch) | |
| tree | 0bb7beb4a4640965eb5b86b1f81cdf18bf8ee834 | |
| parent | ce566d4f2e4fa4b685bb553f9bf744eb2094dd4a (diff) | |
| download | emacs-dbd1c9ab59186d077fd8c67328f3d2f8b572cf52.tar.gz emacs-dbd1c9ab59186d077fd8c67328f3d2f8b572cf52.zip | |
(dun-urinate): Renamed.
(dun-verblist): Indecent word deleted.
(dunnet): Print "censored" message.
| -rw-r--r-- | lisp/play/dunnet.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 189f323984f..9da14e92e1e 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el | |||
| @@ -87,6 +87,8 @@ | |||
| 87 | "Switch to *dungeon* buffer and start game." | 87 | "Switch to *dungeon* buffer and start game." |
| 88 | (interactive) | 88 | (interactive) |
| 89 | (switch-to-buffer "*dungeon*") | 89 | (switch-to-buffer "*dungeon*") |
| 90 | (insert "This version of Dunnet has been censored for your protection | ||
| 91 | in accord with the Communications Decency Act.\n\n") | ||
| 90 | (dun-mode) | 92 | (dun-mode) |
| 91 | (setq dun-dead nil) | 93 | (setq dun-dead nil) |
| 92 | (setq room 0) | 94 | (setq room 0) |
| @@ -929,7 +931,7 @@ If you have questions or comments, please contact ronnie@media.mit.edu.")) | |||
| 929 | (dun-put-objs-in-treas (nth urinal dun-room-objects)) | 931 | (dun-put-objs-in-treas (nth urinal dun-room-objects)) |
| 930 | (dun-replace dun-room-objects urinal nil))) | 932 | (dun-replace dun-room-objects urinal nil))) |
| 931 | 933 | ||
| 932 | (defun dun-piss (args) | 934 | (defun dun-urinate (args) |
| 933 | (if (not (= dun-current-room bathroom)) | 935 | (if (not (= dun-current-room bathroom)) |
| 934 | (dun-mprincl "You can't do that here, don't even bother trying.") | 936 | (dun-mprincl "You can't do that here, don't even bother trying.") |
| 935 | (if (not dun-gottago) | 937 | (if (not dun-gottago) |
| @@ -1926,7 +1928,7 @@ A hole leads north." | |||
| 1926 | (type . dun-type) (insert . dun-put) | 1928 | (type . dun-type) (insert . dun-put) |
| 1927 | (score . dun-score) (help . dun-help) (quit . dun-quit) | 1929 | (score . dun-score) (help . dun-help) (quit . dun-quit) |
| 1928 | (read . dun-examine) (verbose . dun-long) | 1930 | (read . dun-examine) (verbose . dun-long) |
| 1929 | (urinate . dun-piss) (piss . dun-piss) | 1931 | (urinate . dun-urinate) |
| 1930 | (flush . dun-flush) (sleep . dun-sleep) (lie . dun-sleep) | 1932 | (flush . dun-flush) (sleep . dun-sleep) (lie . dun-sleep) |
| 1931 | (x . dun-examine) (break . dun-break) (drive . dun-drive) | 1933 | (x . dun-examine) (break . dun-break) (drive . dun-drive) |
| 1932 | (board . dun-in) (enter . dun-in) (turn . dun-turn) | 1934 | (board . dun-in) (enter . dun-in) (turn . dun-turn) |