# HG changeset patch # User John "Elwin" Edwards # Date 1377377415 25200 # Node ID 84651832f9677638a99bca416469a94a56a98ffb # Parent 07c4d4883ef2e013d04d0e66277134ab587dccd1 rogue3: short bows should not be called int bows. I thought I fixed this already. diff -r 07c4d4883ef2 -r 84651832f967 rogue3/weapons.c --- 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",