]> granicus.if.org Git - nethack/commitdiff
scalpel and corrosion
authorcohrs <cohrs>
Sun, 27 Jan 2002 01:08:55 +0000 (01:08 +0000)
committercohrs <cohrs>
Sun, 27 Jan 2002 01:08:55 +0000 (01:08 +0000)
make scalpel type METAL (for stainless steel), also increase cost to
reflect it's higher quality

doc/fixes33.2
src/objects.c

index e8016920e086b0183a0ad4013870a3fa96b4aec4..999c18fb94519b43c994cbd6b07d8adb73d2b7a4 100644 (file)
@@ -409,6 +409,7 @@ landmines set off by pushed boulders have same effects as stepping on them
 secret corridor detected out of vision range is still displayed (prevents bug
        where wand of secret door detection found nothing but still identified)
 getobj can now see user-specified count when using inventory to make selection
+scalpel is stainless steel (i.e. METAL) not regular steel (IRON)
 
 
 Platform- and/or Interface-Specific Fixes
index 03eb954897cde8923696c057d0dead52cbc75a89..42497c3c595994b325a85fdb0e4755a1259aa221 100644 (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,  4,  3,  3, 2, S,   P_KNIFE, IRON, HI_METAL),
+       1, 1, 0,  0,  5,  5,  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,