A lot more cleanup to rust and water.

This commit is contained in:
Sean Hunt
2015-02-23 17:21:11 -05:00
committed by Pasi Kallinen
parent 5532600f1a
commit 4e05b9a1ec
15 changed files with 206 additions and 267 deletions

View File

@@ -983,7 +983,7 @@ dokick()
if(!rn2(3)) goto ouch;
/* make metal boots rust */
if(uarmf && rn2(3))
if (!rust_dmg(uarmf, "metal boots", 1, FALSE)) {
if (!water_damage(uarmf, "metal boots", TRUE)) {
Your("boots get wet.");
/* could cause short-lived fumbling here */
}