summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-08 17:25:31 +0000
committerjsm <jsm@NetBSD.org>2000-09-08 17:25:31 +0000
commitc027a6e8b72c9245a1fee485844fe5e01cae252c (patch)
tree584e87136f6f8dd441071380e57c1fa6f6fc0d3c /battlestar
parente78113b43d320fbf5b1a2323cb902663188952d0 (diff)
downloadbsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.tar.gz
bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.tar.zst
bsdgames-darwin-c027a6e8b72c9245a1fee485844fe5e01cae252c.zip
Spelling and punctuation corrections or improvements from OpenBSD.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/com1.c8
-rw-r--r--battlestar/com5.c6
-rw-r--r--battlestar/cypher.c6
-rw-r--r--battlestar/dayfile.c8
-rw-r--r--battlestar/globals.c18
-rw-r--r--battlestar/nightfile.c10
6 files changed, 28 insertions, 28 deletions
diff --git a/battlestar/com1.c b/battlestar/com1.c
index a2d37122..0e3f474e 100644
--- a/battlestar/com1.c
+++ b/battlestar/com1.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $ */
+/* $NetBSD: com1.c,v 1.11 2000/09/08 17:25:31 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com1.c,v 1.10 2000/07/23 23:57:23 mycroft Exp $");
+__RCSID("$NetBSD: com1.c,v 1.11 2000/09/08 17:25:31 jsm Exp $");
#endif
#endif /* not lint */
@@ -127,10 +127,10 @@ news()
convert(TONIGHT);
clearbit(location[POOLS].objects, BATHGOD);
if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
- puts("The dying sun sinks into the ocean, leaving a blood stained sunset.");
+ puts("The dying sun sinks into the ocean, leaving a blood-stained sunset.");
puts("The sky slowly fades from orange to violet to black. A few stars");
puts("flicker on, and it is night.");
- puts("The world seems completly different at night.");
+ puts("The world seems completely different at night.");
}
}
rythmn = ourtime - ourtime % CYCLE;
diff --git a/battlestar/com5.c b/battlestar/com5.c
index b3cde513..71f8af70 100644
--- a/battlestar/com5.c
+++ b/battlestar/com5.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com5.c,v 1.10 1999/07/14 17:42:13 hubertf Exp $ */
+/* $NetBSD: com5.c,v 1.11 2000/09/08 17:25:31 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com5.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com5.c,v 1.10 1999/07/14 17:42:13 hubertf Exp $");
+__RCSID("$NetBSD: com5.c,v 1.11 2000/09/08 17:25:31 jsm Exp $");
#endif
#endif /* not lint */
@@ -62,7 +62,7 @@ kiss()
puts("She is coming around; she didn't fight it as much.");
break;
case 2:
- puts("She's begining to like it.");
+ puts("She's beginning to like it.");
break;
default:
puts("She's gone limp.");
diff --git a/battlestar/cypher.c b/battlestar/cypher.c
index 0f37e8b6..f2dfc1e8 100644
--- a/battlestar/cypher.c
+++ b/battlestar/cypher.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cypher.c,v 1.11 2000/07/23 23:57:23 mycroft Exp $ */
+/* $NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: cypher.c,v 1.11 2000/07/23 23:57:23 mycroft Exp $");
+__RCSID("$NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $");
#endif
#endif /* not lint */
@@ -66,7 +66,7 @@ cypher()
if (!moveplayer(location[position].up, AHEAD))
return (-1);
} else {
- puts("There is no way up");
+ puts("There is no way up.");
return (-1);
}
lflag = 0;
diff --git a/battlestar/dayfile.c b/battlestar/dayfile.c
index 6d648313..bee0b783 100644
--- a/battlestar/dayfile.c
+++ b/battlestar/dayfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dayfile.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $ */
+/* $NetBSD: dayfile.c,v 1.9 2000/09/08 17:25:32 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)dayfile.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: dayfile.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $");
+__RCSID("$NetBSD: dayfile.c,v 1.9 2000/09/08 17:25:32 jsm Exp $");
#endif
#endif /* not lint */
@@ -749,7 +749,7 @@ The road is +.*\n"},
{"You are in the living room.",
{0, 117, 217, 218, 0, 0, 0, 0},
"A decorative entry with fresh flowers and wall to wall carpeting leads into\n\
-the living room here where a couch and two chairs converse with an end table.\n\
+the living room here where a couch and two chairs converge with an end table.\n\
*The exit is +.* The bedroom is +.\n"},
{"You are at the lagoon.",
{118, 0, 167, 168, 81, 0, 0, 0},
@@ -855,7 +855,7 @@ from the ground itself.* The canyon continues - and -.\n"},
{"You are in the drawing room.",
{0, 134, 0, 0, 0, 0, 0, 0},
"Exquisitely decorated with plants and antique furniture of superb\n\
-craftsmanship, the parlor reflects its owners impeccable taste. The tropical\n\
+craftsmanship, the parlor reflects its owner's impeccable taste. The tropical\n\
sun is streaming in through open shutters *+. There doesn't seem \n\
to be anybody around. A large immaculate oaken desk is visible in the\n\
study and it even has a old fashioned telephone to complete the decor.**\n"},
diff --git a/battlestar/globals.c b/battlestar/globals.c
index 97653ee3..7c743715 100644
--- a/battlestar/globals.c
+++ b/battlestar/globals.c
@@ -1,4 +1,4 @@
-/* $NetBSD: globals.c,v 1.9 1999/09/14 19:54:47 jsm Exp $ */
+/* $NetBSD: globals.c,v 1.10 2000/09/08 17:25:32 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)globals.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: globals.c,v 1.9 1999/09/14 19:54:47 jsm Exp $");
+__RCSID("$NetBSD: globals.c,v 1.10 2000/09/08 17:25:32 jsm Exp $");
#endif
#endif /* not lint */
@@ -48,8 +48,8 @@ int WEIGHT = MAXWEIGHT;
int CUMBER = MAXCUMBER;
const char *const objdes[NUMOFOBJECTS] = {
- "There is a knife here",
- "There is an exquisitely crafted sword and scabbard here.",
+ "There is a knife here.",
+ "There are an exquisitely crafted sword and scabbard here.",
0, /* can land from here */
"There is a fierce woodsman here brandishing a heavy mallet.",
"There is an unwieldy two-handed sword here.",
@@ -73,14 +73,14 @@ const char *const objdes[NUMOFOBJECTS] = {
"There is a laser pistol here.",
"A flower-like young goddess is bathing in the hot mineral pools. She is \nwatching you, but continues to steep and sing softly.",
"The goddess is reclining on a bed of ferns and studying you intently.",
- "There is a grenade here",
+ "There is a grenade here.",
"There is a length of heavy chain here.",
"There is a stout rope here.",
"There is a pair of Levi's here.",
"A bloody mace is lying on the ground here.",
"There is a shovel here.",
"A long, sharp halberd is propped up here.",
- "There is a compass here",
+ "There is a compass here.",
"Wreckage and smoldering debris from a crash litter the ground here.",
"A woodland Elf armed with a shield and deadly halberd lunges toward you!",
"I think I hear footsteps behind us.",
@@ -98,13 +98,13 @@ const char *const objdes[NUMOFOBJECTS] = {
"A swarthy woman with stern features pulls you aside from the crowd,\n'I must talk to you -- but not here. Meet me at midnight in the gardens.'",
"The swarthy woman has been awaiting you anxiously. 'I must warn you that the\nIsland has anticipated your Quest. You will not be welcomed. The Darkness is\nstrong where you must search. Seek not the shadows save only at night, for\nthen are they the weakest. In the mountains far from here a canyon winds\nwith ferns and streams and forgotten vines. There you must go. Take this\nrope.'",
"Out from the shadows a figure leaps! His black cape swirls around, and he\nholds a laser sword at your chest. 'So, you have come to fulfill the Quest.\nHa! Your weapons are no match for me!'",
- "An old timer with one eye missing and no money for a drink sits at the bar.",
+ "An old-timer with one eye missing and no money for a drink sits at the bar.",
"You are flying through an asteroid field!",
"A planet is nearby.",
"The ground is charred here.",
"There is a thermonuclear warhead here.",
"The fragile, beautiful young goddess lies here. You murdered her horribly.",
- "The old timer is lying here. He is dead.",
+ "The old-timer is lying here. He is dead.",
"The native girl's body is lying here.",
"A native girl is sitting here.",
"A gorgeous white stallion is standing here.",
@@ -172,7 +172,7 @@ const char *const objsht[NUMOFOBJECTS] = {
0,
"warhead",
"goddess's body",
- "old timer's body",
+ "old-timer's body",
"girl's body",
0,
"stallion",
diff --git a/battlestar/nightfile.c b/battlestar/nightfile.c
index 79294f8a..65dab275 100644
--- a/battlestar/nightfile.c
+++ b/battlestar/nightfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nightfile.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $ */
+/* $NetBSD: nightfile.c,v 1.9 2000/09/08 17:25:32 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)nightfile.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: nightfile.c,v 1.8 1999/07/14 17:42:13 hubertf Exp $");
+__RCSID("$NetBSD: nightfile.c,v 1.9 2000/09/08 17:25:32 jsm Exp $");
#endif
#endif /* not lint */
@@ -725,12 +725,12 @@ Broad leafed plants at the roadside whisper in the darkness. Something\n\
just darted across the road and into the bushes *+. Let's go *-.\n"},
{"You have discovered a hidden thicket near the road.",
{163, 142, 116, 106, 73, 0, 0, 0},
- "I would think it best to stay n the road. The forest seems very unfriendly\n\
+ "I would think it best to stay on the road. The forest seems very unfriendly\n\
at night. The road is **+.*\n"},
{"You are in the living room.",
{0, 117, 217, 218, 0, 0, 0, 0},
"A decorative entry with fresh flowers and wall to wall carpeting leads into\n\
-the living room here where a couch and two chairs converse with an end table.\n\
+the living room here where a couch and two chairs converge with an end table.\n\
*The exit is +.* The bedroom is +.\n"},
{"You are at the lagoon.",
{118, 0, 167, 168, 81, 0, 0, 0},
@@ -839,7 +839,7 @@ from the ground itself.* The canyon continues - and -.\n"},
{"You are in the drawing room.",
{0, 134, 0, 0, 0, 0, 0, 0},
"Exquisitely decorated with plants and antique furniture of superb\n\
-craftsmanship, the parlor reflects its owners impeccable taste. The tropical\n\
+craftsmanship, the parlor reflects its owner's impeccable taste. The tropical\n\
night air pours in through open shutters *+. There doesn't seem \n\
to be anybody around. A large immaculate oaken desk is visible in the\n\
study and it even has a old fashioned telephone to complete the decor.**\n"},