Use define for iron ball weight increment

This commit is contained in:
Pasi Kallinen
2016-01-06 16:23:48 +02:00
parent da0e660110
commit c740425a90
4 changed files with 7 additions and 4 deletions

View File

@@ -3533,7 +3533,7 @@ typfnd:
}
otmp->owt = weight(otmp);
if (very && otmp->otyp == HEAVY_IRON_BALL)
otmp->owt += 160;
otmp->owt += IRON_BALL_W_INCR;
return otmp;
}