From 436a3959a6d08534c38ce1d6d0cfd0b0aaf19313 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 28 Jul 2016 11:54:08 +0100 Subject: [PATCH] Greated reduction in suspicion level. --- src/battle/entities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)