Allow grinding in super-easy mode.

This commit is contained in:
Layla Marchant 2020-05-26 16:33:22 -04:00
parent 5c9b69dd0c
commit 9749684468
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ void collectable_add(float x, float y, int type, int value, int life)
return; return;
} }
} }
else else if (game.difficulty != DIFFICULTY_SUPEREASY)
{ {
// No cash or ammo on interceptions. Completely stops grinding. // No cash or ammo on interceptions. Completely stops grinding.
if ((game.area == MISN_INTERCEPTION) if ((game.area == MISN_INTERCEPTION)