Run script function with name of capital ship.

This commit is contained in:
Steve 2016-05-04 09:34:34 +01:00
parent 6d6175dd46
commit ff07744e9d
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ void doCapitalShip(void)
runScriptFunction("CAPITAL_SHIPS_DESTROYED %d", battle.stats[STAT_CAPITAL_SHIPS_DESTROYED]); runScriptFunction("CAPITAL_SHIPS_DESTROYED %d", battle.stats[STAT_CAPITAL_SHIPS_DESTROYED]);
} }
runScriptFunction(self->name);
} }
} }
} }