- Fixed: Strife line special should have been marked repeatable.

SVN r4268 (trunk)
This commit is contained in:
Randy Heit 2013-05-17 01:02:43 +00:00
parent 5b74e1acba
commit 4692e3f69c

View file

@ -121,7 +121,7 @@ RetailOnly = 121
108 = WALK, Door_Raise (tag, D_FAST, VDOORWAIT) 108 = WALK, Door_Raise (tag, D_FAST, VDOORWAIT)
109 = WALK, Door_Open (tag, D_FAST) 109 = WALK, Door_Open (tag, D_FAST)
100 = WALK, Stairs_BuildUpDoom (tag, ST_TURBO, 16, 0, 0) 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) 110 = WALK, Door_Close (tag, D_FAST)
119 = WALK, Floor_RaiseToNearest (tag, F_SLOW) 119 = WALK, Floor_RaiseToNearest (tag, F_SLOW)
121 = WALK, Plat_DownWaitUpStayLip (tag, P_TURBO, PLATWAIT, 0) 121 = WALK, Plat_DownWaitUpStayLip (tag, P_TURBO, PLATWAIT, 0)