diff --git a/src/battle/capitalShips.c b/src/battle/capitalShips.c index 8a03b61..ef5cdbb 100644 --- a/src/battle/capitalShips.c +++ b/src/battle/capitalShips.c @@ -109,6 +109,8 @@ void doCapitalShip(void) runScriptFunction("CAPITAL_SHIPS_DESTROYED %d", battle.stats[STAT_CAPITAL_SHIPS_DESTROYED]); } + + runScriptFunction(self->name); } } }