- Fixed: Strife line special 200 should also be marked as repeatable.

SVN r4269 (trunk)
This commit is contained in:
Randy Heit 2013-05-17 01:06:47 +00:00
parent 4692e3f69c
commit ec7f433da3

View file

@ -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)