From 4692e3f69c5d0309a4138944b449786e77f8d7e8 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 17 May 2013 01:02:43 +0000 Subject: [PATCH] - Fixed: Strife line special should have been marked repeatable. SVN r4268 (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 5666fbeb65..229ac10e6a 100644 --- a/wadsrc/static/xlat/strife.txt +++ b/wadsrc/static/xlat/strife.txt @@ -121,7 +121,7 @@ RetailOnly = 121 108 = WALK, Door_Raise (tag, D_FAST, VDOORWAIT) 109 = WALK, Door_Open (tag, D_FAST) 100 = WALK, Stairs_BuildUpDoom (tag, ST_TURBO, 16, 0, 0) -197 = WALK, ACS_ExecuteAlways (0, 0, 197, tag) +197 = WALK|REP, ACS_ExecuteAlways (0, 0, 197, tag) 110 = WALK, Door_Close (tag, D_FAST) 119 = WALK, Floor_RaiseToNearest (tag, F_SLOW) 121 = WALK, Plat_DownWaitUpStayLip (tag, P_TURBO, PLATWAIT, 0)