From 60b7a0d98ebdc985901f0b32195bc67dd1525c70 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 24 Aug 2013 13:50:15 -0700 Subject: [PATCH] rogue3: short bows should not be called int bows. I thought I fixed this already. --- rogue3/weapons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogue3/weapons.c b/rogue3/weapons.c index 6ca7cd7..9eec782 100644 --- a/rogue3/weapons.c +++ b/rogue3/weapons.c @@ -20,7 +20,7 @@ char *w_names[MAXWEAPONS] = { "mace", "long sword", - "int bow", + "short bow", "arrow", "dagger", "rock",