Only award Revenge trophy if epic battle.
This commit is contained in:
parent
c453074778
commit
02bea0492a
|
@ -244,7 +244,7 @@ static void checkCollisions(Bullet *b)
|
|||
battle.lastKilledPlayer = b->owner;
|
||||
}
|
||||
|
||||
if (b->owner == player && e == battle.lastKilledPlayer)
|
||||
if (battle.isEpic && b->owner == player && e == battle.lastKilledPlayer)
|
||||
{
|
||||
awardTrophy("REVENGE");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue