Run script function with name of capital ship.
This commit is contained in:
parent
6d6175dd46
commit
ff07744e9d
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue