mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 16:51:31 +00:00
- Fixed: Strife line special 200 should also be marked as repeatable.
SVN r4269 (trunk)
This commit is contained in:
parent
4692e3f69c
commit
ec7f433da3
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ RetailOnly = 121
|
||||||
179 = WALK, Ceiling_LowerToFloor (tag, C_SLOW)
|
179 = WALK, Ceiling_LowerToFloor (tag, C_SLOW)
|
||||||
187 = WALK|REP, ACS_ExecuteAlways (0, 0, 187, tag)
|
187 = WALK|REP, ACS_ExecuteAlways (0, 0, 187, tag)
|
||||||
188 = WALK|REP, ACS_ExecuteAlways (0, 0, 188, 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)
|
201 = WALK, SendToCommunicator (tag, 1, 0)
|
||||||
202 = WALK, SendToCommunicator (tag, 0, 0)
|
202 = WALK, SendToCommunicator (tag, 0, 0)
|
||||||
210 = WALK, SendToCommunicator (tag, 0, 1)
|
210 = WALK, SendToCommunicator (tag, 0, 1)
|
||||||
|
|
Loading…
Reference in a new issue