Lower suspicion a little more quickly when bullets land.
This commit is contained in:
parent
c02c4686f3
commit
e7cfa09f8a
|
@ -183,7 +183,7 @@ static void checkCollisions(Bullet *b)
|
|||
|
||||
if (battle.hasSuspicionLevel)
|
||||
{
|
||||
battle.suspicionLevel--;
|
||||
battle.suspicionLevel -= 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue