Greated reduction in suspicion level.

This commit is contained in:
Steve 2016-07-28 11:54:08 +01:00
parent a2665e527c
commit 436a3959a6
1 changed files with 1 additions and 1 deletions

View File

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