Can't use isSol here.

This commit is contained in:
Steve 2016-04-29 12:13:00 +01:00
parent 441a91d540
commit 8c3a31b888
1 changed files with 1 additions and 1 deletions

View File

@ -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"); awardTrophy("PACIFIST");
} }