diff --git a/src/battle/entities.c b/src/battle/entities.c index 61efccd..ff26e9a 100644 --- a/src/battle/entities.c +++ b/src/battle/entities.c @@ -178,7 +178,7 @@ void doEntities(void) if (e->killedBy == player && battle.hasSuspicionLevel) { - battle.suspicionLevel -= (MAX_SUSPICION_LEVEL * 0.1); + battle.suspicionLevel -= (MAX_SUSPICION_LEVEL * 0.25); } if (e == player)