Greated reduction in suspicion level.
This commit is contained in:
parent
a2665e527c
commit
436a3959a6
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue