Evading a missile is not the same as destroying it with the ECM.
This commit is contained in:
parent
da644bfb6c
commit
4cf6530686
|
@ -211,10 +211,10 @@
|
|||
{
|
||||
"id" : "EVADE",
|
||||
"title" : "Missed, you f**kers!",
|
||||
"description" : "Evade 50 missiles",
|
||||
"description" : "Evade 10 missiles",
|
||||
"value" : "TROPHY_BRONZE",
|
||||
"stat" : "STAT_MISSILES_EVADED",
|
||||
"statValue" : 50,
|
||||
"statValue" : 10,
|
||||
"hidden" : 1
|
||||
},
|
||||
{
|
||||
|
|
|
@ -320,8 +320,6 @@ static void huntTarget(Bullet *b)
|
|||
b->life = 0;
|
||||
addMissileExplosion(b);
|
||||
playBattleSound(SND_EXPLOSION_1, b->x, b->y);
|
||||
|
||||
battle.stats[STAT_MISSILES_EVADED]++;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue