From ac5bebff2c133888b9ff3fddacb43eda7b9db31f Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 28 Jul 2013 14:06:17 +0000 Subject: [PATCH] If COVERT_ELITES_DETECT_NEXTTILE is set to TRUE, elite soldiers will uncover spies disguised as soldiers next to them if more experienced. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1714 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Skills_Settings.INI | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gamedir/Data-1.13/Skills_Settings.INI b/gamedir/Data-1.13/Skills_Settings.INI index 33dbddfeb..87198fba8 100644 --- a/gamedir/Data-1.13/Skills_Settings.INI +++ b/gamedir/Data-1.13/Skills_Settings.INI @@ -727,3 +727,7 @@ COVERT_CLOSE_DETECTION_RANGE = 10 ; if disguised as a soldier, we will still be caught if we are this close to a fresh corpse COVERT_CLOSE_DETECTION_RANGE_SOLDIER_CORPSE = 5 + +; elite soldiers can uncover even perfectly disguised spies if standing next to them and more expericenced +; this only works on soldier disguises, levels in this trait require the elite to be more experienced to uncover the spy +COVERT_ELITES_DETECT_NEXTTILE = TRUE