summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaels <michaels@openbsd.org>1996-10-14 22:14:37 +0000
committermichaels <michaels@openbsd.org>1996-10-14 22:14:37 +0000
commitcad86ecd9df2acb5c9a826cf1cdbf3ee62c40015 (patch)
tree72b9f047b00625eb3b2e8506cb17c444c267ffde
parentupdate is in-kernel now (diff)
downloadwireguard-openbsd-cad86ecd9df2acb5c9a826cf1cdbf3ee62c40015.tar.xz
wireguard-openbsd-cad86ecd9df2acb5c9a826cf1cdbf3ee62c40015.zip
vital fixes. From Kenneth Stailey (kstailey@dol-esa.gov)
-rw-r--r--games/larn/monster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/monster.c b/games/larn/monster.c
index 68d60c23077..9eb76a57889 100644
--- a/games/larn/monster.c
+++ b/games/larn/monster.c
@@ -1105,9 +1105,9 @@ spattack(x,xx,yy)
if (j==0) /* if rusting did not occur */
switch(m)
{
- case OLEATHER: p = "\nThe %s hit you -- Your lucky you have leather on";
+ case OLEATHER: p = "\nThe %s hit you -- You're lucky you have leather on";
break;
- case OSSPLATE: p = "\nThe %s hit you -- Your fortunate to have stainless steel armor!";
+ case OSSPLATE: p = "\nThe %s hit you -- You're fortunate to have stainless steel armor!";
break;
}
else { beep(); p = "\nThe %s hit you -- your armor feels weaker"; }