Seuchenchance nur noch 20% statt 60%

Seuchenopfer in Undeadcounter eintragen
This commit is contained in:
Enno Rehling 2002-03-17 10:33:47 +00:00
parent 2342615900
commit 8067ff96ee
2 changed files with 2 additions and 1 deletions

View File

@ -2648,6 +2648,7 @@ plagues(region * r, boolean ismagic)
if (gestorben > 0) { if (gestorben > 0) {
message * msg = add_message(&r->msgs, msg_message("pest", "dead", gestorben)); message * msg = add_message(&r->msgs, msg_message("pest", "dead", gestorben));
msg_release(msg); msg_release(msg);
deathcounts(r, gestorben);
} }
rsetpeasants(r, peasants); rsetpeasants(r, peasants);
} }

View File

@ -274,7 +274,7 @@ extern void read_laen(struct region * r, int laen);
/* Seuchenwahrscheinlichkeit (siehe plagues()) */ /* Seuchenwahrscheinlichkeit (siehe plagues()) */
#define SEUCHE 10 #define SEUCHE 10
/* % Betroffene */ /* % Betroffene */
#define SEUCHENOPFER 60 #define SEUCHENOPFER 20
extern void plagues(struct region * r, boolean ismagic); extern void plagues(struct region * r, boolean ismagic);
/** Healing **/ /** Healing **/