Rename rust_dmg() to erode_obj().

This commit is contained in:
Sean Hunt
2015-02-24 15:21:30 -05:00
parent 3a049cf66e
commit 57dcad3774
6 changed files with 24 additions and 24 deletions

View File

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