diff --git a/src/game/trophies.c b/src/game/trophies.c index fd41d97..4c9f6b8 100644 --- a/src/game/trophies.c +++ b/src/game/trophies.c @@ -475,7 +475,7 @@ void awardPostMissionTrophies(void) { awardTrophy("EPIC"); - if (battle.stats[STAT_PLAYER_KILLED] == 0) + if (battle.stats[STAT_PLAYER_KILLED] == 0 && player->flags & EF_COMMON_FIGHTER) { awardTrophy("SURVIVOR"); }