mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-06 22:10:52 +00:00
Updated some specials to support some arguments added by Eternity
This commit is contained in:
parent
59d5e7ee46
commit
e900dd577d
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ special
|
|||
37:Floor_MoveToValue(3,5),
|
||||
38:Ceiling_Waggle(5),
|
||||
39:Teleport_ZombieChanger(2),
|
||||
40:Ceiling_LowerByValue(3,4),
|
||||
40:Ceiling_LowerByValue(3,5),
|
||||
41:Ceiling_RaiseByValue(3,4),
|
||||
42:Ceiling_CrushAndRaise(3,4),
|
||||
43:Ceiling_LowerAndCrush(3,4),
|
||||
|
@ -187,7 +187,7 @@ special
|
|||
196:Ceiling_CrushAndRaiseA(4,5),
|
||||
197:Ceiling_CrushAndRaiseSilentA(4,5),
|
||||
198:Ceiling_RaiseByValueTimes8(3,4),
|
||||
199:Ceiling_LowerByValueTimes8(3,4),
|
||||
199:Ceiling_LowerByValueTimes8(3,5),
|
||||
200:Generic_Floor(5),
|
||||
201:Generic_Ceiling(5),
|
||||
202:Generic_Door(5),
|
||||
|
@ -203,7 +203,7 @@ special
|
|||
212:Sector_SetColor(4,5),
|
||||
213:Sector_SetFade(4),
|
||||
214:Sector_SetDamage(3,5),
|
||||
215:Teleport_Line(2),
|
||||
215:Teleport_Line(2,3),
|
||||
216:Sector_SetGravity(3),
|
||||
217:Stairs_BuildUpDoom(5),
|
||||
218:Sector_SetWind(4),
|
||||
|
|
Loading…
Reference in a new issue