Only rich peasants were dying during the plague (and paying for it)
This commit is contained in:
Enno Rehling 2011-02-15 23:34:00 -08:00
parent 8f327f7165
commit 204924c35a
1 changed files with 0 additions and 1 deletions

View File

@ -2608,7 +2608,6 @@ plagues(region * r, boolean ismagic)
for (i = dead; i != 0; i--) {
if (rng_double() < PLAGUE_HEALCHANCE && rmoney(r) >= PLAGUE_HEALCOST) {
rsetmoney(r, rmoney(r) - PLAGUE_HEALCOST);
} else {
--dead;
}
}