Suspicion reduction tweaks.

This commit is contained in:
Steve 2016-07-28 14:57:06 +01:00
parent 67adf2c97a
commit f0fd63214d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ void doEntities(void)
if (e->killedBy == player && battle.hasSuspicionLevel)
{
battle.suspicionLevel -= (MAX_SUSPICION_LEVEL * 0.25);
battle.suspicionLevel -= (MAX_SUSPICION_LEVEL * 0.12);
}
if (e == player)