Rename rust_dmg() to erode_obj().
This commit is contained in:
@@ -144,7 +144,7 @@ cursed_book(bp)
|
||||
case 5:
|
||||
pline_The("book was coated with contact poison!");
|
||||
if (uarmg) {
|
||||
rust_dmg(uarmg, "gloves", ERODE_CORRODE, TRUE, TRUE);
|
||||
erode_obj(uarmg, "gloves", ERODE_CORRODE, TRUE, TRUE);
|
||||
break;
|
||||
}
|
||||
/* temp disable in_use; death should not destroy the book */
|
||||
|
||||
Reference in New Issue
Block a user