From e2004c06ee85d6c1886ccd87e31bb93e0dd84add Mon Sep 17 00:00:00 2001 From: Flugente Date: Thu, 12 May 2016 22:28:37 +0000 Subject: [PATCH] Changes to covert operations feature (by sevenfm): If the new skill setting COVERT_STRIPIFUNCOVERED is FALSE, - we can only disguise successfully if we haven't been seen recently (last 3 turns) - disabled automatic clothes stripping when uncovered - redisguise automatically if spy haven't been seen by enemy recently and wears correct clothes git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2318 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Skills_Settings.INI | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gamedir/Data-1.13/Skills_Settings.INI b/gamedir/Data-1.13/Skills_Settings.INI index 221e70edd..6d6bb0ba3 100644 --- a/gamedir/Data-1.13/Skills_Settings.INI +++ b/gamedir/Data-1.13/Skills_Settings.INI @@ -733,6 +733,11 @@ COVERT_ELITES_UNCOVER_RADIUS = 6 ; if set to TRUE, disguises will blow if you are bleeding and close to the enemy COVERT_DETECTEDIFBLEEDING = FALSE +; if set to TRUE, if a spy is uncovered, he will automatically strip his uniform +; if set to FALSE, if a spy is uncovered, he will not automatically strip his uniform, +; and redisguise automatically after 3 turns not seen by the enemy +COVERT_STRIPIFUNCOVERED = FALSE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** [Radio Operator]