comparison rogue3/weapons.c @ 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 527e2150eaf0
children 0250220d8cdd
comparison
equal deleted inserted replaced
88:07c4d4883ef2 89:84651832f967
18 #define NONE 100 18 #define NONE 100
19 19
20 char *w_names[MAXWEAPONS] = { 20 char *w_names[MAXWEAPONS] = {
21 "mace", 21 "mace",
22 "long sword", 22 "long sword",
23 "int bow", 23 "short bow",
24 "arrow", 24 "arrow",
25 "dagger", 25 "dagger",
26 "rock", 26 "rock",
27 "two handed sword", 27 "two handed sword",
28 "sling", 28 "sling",