Eliminate erode_obj() and other erosion.

Now all erosion that isn't fire-based goes through `rust_dmg()`
This commit is contained in:
Sean Hunt
2015-02-24 15:20:01 -05:00
committed by Pasi Kallinen
parent 4e05b9a1ec
commit 04a0331ccc
10 changed files with 73 additions and 196 deletions

View File

@@ -1931,7 +1931,7 @@ dodip()
}
if (potion->otyp == POT_ACID) {
if (erode_obj(obj, 3, FALSE, TRUE))
if (rust_dmg(obj, 0, ERODE_CORRODE, TRUE, FALSE))
goto poof;
}