Lower suspicion a little more quickly when bullets land.

This commit is contained in:
Steve 2016-05-19 08:52:57 +01:00
parent c02c4686f3
commit e7cfa09f8a
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static void checkCollisions(Bullet *b)
if (battle.hasSuspicionLevel) if (battle.hasSuspicionLevel)
{ {
battle.suspicionLevel--; battle.suspicionLevel -= 2;
} }
} }