forked from github/server
Only rich peasants were dying during the plague (and paying for it)
This commit is contained in:
parent
8f327f7165
commit
204924c35a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue