"Doppelte/irrefuehrende Meldung bei Vulkanausbruch"

Doppelmeldung entfernt.
This commit is contained in:
Enno Rehling 2006-10-07 20:48:41 +00:00
parent 8aea7fdb41
commit 2b104afe50
1 changed files with 54 additions and 59 deletions

View File

@ -807,13 +807,8 @@ volcano_outbreak(region *r)
unit * u = *up;
int dead = damage_unit(u, "3d10", true, false);
if (dead) {
ADDMSG(&u->faction->msgs, msg_message("volcano_dead",
"unit region dead", u, rn, dead));
}
if (!fval(u->faction, FL_DH)) {
ADDMSG(&u->faction->msgs, msg_message("volcano_dead",
"unit region dead", u, r, dead));
fset(u->faction, FL_DH);
}
if (u==*up) up=&u->next;
}