correct updated cost of scalpel

rev 1.6 included the wrong updated cost
This commit is contained in:
cohrs
2002-01-29 08:36:22 +00:00
parent 273c0f7f2d
commit e4af2e9a0a

View File

@@ -131,7 +131,7 @@ WEAPON("silver dagger", (char *)0,
WEAPON("athame", (char *)0,
1, 1, 0, 0, 10, 4, 4, 3, 2, S, P_DAGGER, IRON, HI_METAL),
WEAPON("scalpel", (char *)0,
1, 1, 0, 0, 5, 5, 3, 3, 2, S, P_KNIFE, METAL, HI_METAL),
1, 1, 0, 0, 5, 6, 3, 3, 2, S, P_KNIFE, METAL, HI_METAL),
WEAPON("knife", (char *)0,
1, 1, 0, 20, 5, 4, 3, 2, 0, P|S, P_KNIFE, IRON, HI_METAL),
WEAPON("stiletto", (char *)0,