changeset 89:84651832f967

rogue3: short bows should not be called int bows. I thought I fixed this already.
author John "Elwin" Edwards
date Sat, 24 Aug 2013 13:50:15 -0700
parents 07c4d4883ef2
children c9c6bb34734d
files rogue3/weapons.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rogue3/weapons.c	Sat Aug 24 13:36:13 2013 -0700
+++ b/rogue3/weapons.c	Sat Aug 24 13:50:15 2013 -0700
@@ -20,7 +20,7 @@
 char *w_names[MAXWEAPONS] = {
     "mace",
     "long sword",
-    "int bow",
+    "short bow",
     "arrow",
     "dagger",
     "rock",