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
1 changed files with 0 additions and 1 deletions
|
@ -2608,7 +2608,6 @@ plagues(region * r, boolean ismagic)
|
||||||
for (i = dead; i != 0; i--) {
|
for (i = dead; i != 0; i--) {
|
||||||
if (rng_double() < PLAGUE_HEALCHANCE && rmoney(r) >= PLAGUE_HEALCOST) {
|
if (rng_double() < PLAGUE_HEALCHANCE && rmoney(r) >= PLAGUE_HEALCOST) {
|
||||||
rsetmoney(r, rmoney(r) - PLAGUE_HEALCOST);
|
rsetmoney(r, rmoney(r) - PLAGUE_HEALCOST);
|
||||||
} else {
|
|
||||||
--dead;
|
--dead;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue