Check objectives for disabled craft using group name.
This commit is contained in:
parent
76fff0707e
commit
841d64ed10
|
@ -231,6 +231,7 @@ void doFighter(void)
|
||||||
battle.stats[STAT_ENEMIES_DISABLED]++;
|
battle.stats[STAT_ENEMIES_DISABLED]++;
|
||||||
|
|
||||||
updateObjective(self->name, TT_DISABLE);
|
updateObjective(self->name, TT_DISABLE);
|
||||||
|
updateObjective(self->groupName, TT_DISABLE);
|
||||||
|
|
||||||
if (self->side != SIDE_ALLIES)
|
if (self->side != SIDE_ALLIES)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue