summaryrefslogtreecommitdiffstats
path: root/battlestar/com4.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-10 10:51:16 +0000
committerjsm <jsm@NetBSD.org>2000-09-10 10:51:16 +0000
commitc8f75ed90de51b0cc71da2c6c9d5fc42192076f8 (patch)
tree8e9ce8ed243c180a5187bb3e1009d8205761df0a /battlestar/com4.c
parent29a87ab833bc1b9214ec69d8c84421d5529038b7 (diff)
downloadbsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.tar.gz
bsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.tar.zst
bsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.zip
Wording, punctuation and line length improvements. Also adjust test
for killing nonsensical things to fix crash with "kill door". From OpenBSD.
Diffstat (limited to 'battlestar/com4.c')
-rw-r--r--battlestar/com4.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/battlestar/com4.c b/battlestar/com4.c
index addce416..387eb6d2 100644
--- a/battlestar/com4.c
+++ b/battlestar/com4.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com4.c,v 1.8 1999/09/18 19:38:46 jsm Exp $ */
+/* $NetBSD: com4.c,v 1.9 2000/09/10 10:51:17 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com4.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com4.c,v 1.8 1999/09/18 19:38:46 jsm Exp $");
+__RCSID("$NetBSD: com4.c,v 1.9 2000/09/10 10:51:17 jsm Exp $");
#endif
#endif /* not lint */
@@ -143,9 +143,9 @@ take(from)
if (testbit(location[position].objects, AMULET)) {
puts("The amulet is warm to the touch, and its beauty catches your breath.");
puts("A mist falls over your eyes, but then it is gone. Sounds seem clearer");
- puts("and sharper but far away as if in a dream. The sound of purling water reaches");
- puts("you from afar. The mist falls again, and your heart leaps in horror. The gold");
- puts("freezes your hands and fathomless darkness engulfs your soul.");
+ puts("and sharper but far away as if in a dream. The sound of purling water");
+ puts("reaches you from afar. The mist falls again, and your heart leaps in horror.");
+ puts("The gold freezes your hands and fathomless darkness engulfs your soul.");
}
wordtype[wordnumber--] = OBJECT;
return (take(from));
@@ -171,7 +171,7 @@ take(from)
puts("Water droplets like liquid silver bedew her golden skin, but when they part");
puts("from her, they fall as teardrops. She wraps a single cloth around her and");
puts("ties it at the waist. Around her neck hangs a golden amulet.");
- puts("She bids you to follow her.");
+ puts("She bids you to follow her, and walks away.");
pleasure++;
followgod = ourtime;
clearbit(location[position].objects, BATHGOD);