From ec7f433da393f9e932eec4daee724df1bfb0f34c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 17 May 2013 01:06:47 +0000 Subject: [PATCH] - Fixed: Strife line special 200 should also be marked as repeatable. SVN r4269 (trunk) --- wadsrc/static/xlat/strife.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/xlat/strife.txt b/wadsrc/static/xlat/strife.txt index 229ac10e6..710fa1fad 100644 --- a/wadsrc/static/xlat/strife.txt +++ b/wadsrc/static/xlat/strife.txt @@ -135,7 +135,7 @@ RetailOnly = 121 179 = WALK, Ceiling_LowerToFloor (tag, C_SLOW) 187 = WALK|REP, ACS_ExecuteAlways (0, 0, 187, tag) 188 = WALK|REP, ACS_ExecuteAlways (0, 0, 188, tag) -200 = WALK, ACS_ExecuteAlways (0, 0, 200, tag) +200 = WALK|REP, ACS_ExecuteAlways (0, 0, 200, tag) 201 = WALK, SendToCommunicator (tag, 1, 0) 202 = WALK, SendToCommunicator (tag, 0, 0) 210 = WALK, SendToCommunicator (tag, 0, 1)