Report number of civilians killed.

This commit is contained in:
Steve 2016-04-06 12:56:48 +01:00
parent 1afc9e65f0
commit f97e0bc299
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ void doFighter(void)
{
addHudMessage(colors.red, _("Civilian has been killed"));
}
runScriptFunction("CIVILIANS_KILLED %d", battle.stats[STAT_CIVILIANS_KILLED]);
}
else
{