Can't use isSol here.
This commit is contained in:
parent
441a91d540
commit
8c3a31b888
|
@ -461,7 +461,7 @@ void awardPostMissionTrophies(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (player->guns[0].type && player->missiles && !game->starSystem->isSol && !battle.stats[STAT_SHOTS_FIRED] && !battle.stats[STAT_MISSILES_FIRED])
|
||||
if (player->guns[0].type && player->missiles && strcmp(game.selectedStarSystem, "Sol") && !battle.stats[STAT_SHOTS_FIRED] && !battle.stats[STAT_MISSILES_FIRED])
|
||||
{
|
||||
awardTrophy("PACIFIST");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue