summaryrefslogtreecommitdiffstats
path: root/battlestar/command7.c
diff options
context:
space:
mode:
Diffstat (limited to 'battlestar/command7.c')
-rw-r--r--battlestar/command7.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/battlestar/command7.c b/battlestar/command7.c
index 1323f577..060f0890 100644
--- a/battlestar/command7.c
+++ b/battlestar/command7.c
@@ -1,4 +1,4 @@
-/* $NetBSD: command7.c,v 1.3 2005/07/01 06:04:54 jmc Exp $ */
+/* $NetBSD: command7.c,v 1.4 2018/02/04 08:48:05 mrg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)com7.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: command7.c,v 1.3 2005/07/01 06:04:54 jmc Exp $");
+__RCSID("$NetBSD: command7.c,v 1.4 2018/02/04 08:48:05 mrg Exp $");
#endif
#endif /* not lint */
@@ -273,9 +273,10 @@ fighton:
}
if (lifeline >= strength) {
printf("You have killed the %s.\n", objsht[enemy]);
- if (enemy == ELF || enemy == DARK)
+ if (enemy == ELF || enemy == DARK) {
printf("A watery black smoke consumes his body and ");
puts("then vanishes with a peal of thunder!");
+ }
clearbit(location[position].objects, enemy);
power += 2;
notes[JINXED]++;