Report number of civilians killed.
This commit is contained in:
parent
1afc9e65f0
commit
f97e0bc299
|
@ -297,6 +297,8 @@ void doFighter(void)
|
||||||
{
|
{
|
||||||
addHudMessage(colors.red, _("Civilian has been killed"));
|
addHudMessage(colors.red, _("Civilian has been killed"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
runScriptFunction("CIVILIANS_KILLED %d", battle.stats[STAT_CIVILIANS_KILLED]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue