mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- new specials.
This commit is contained in:
parent
37fa11379b
commit
6a02ffae9b
1 changed files with 4 additions and 0 deletions
|
@ -263,10 +263,14 @@ special
|
|||
270:Stairs_BuildDownDoom(5),
|
||||
271:Stairs_BuildUpDoomSync(4),
|
||||
272:Stairs_BuildDownDoomSync(4),
|
||||
|
||||
// New additions can go avove 255 now.
|
||||
273:Stairs_BuildUpDoomCrush(5),
|
||||
274:Door_AnimatedClose(2),
|
||||
275:Floor_Stop(1),
|
||||
276:Ceiling_Stop(1),
|
||||
277:Sector_SetFloorGlow(5),
|
||||
278:Sector_SetCeilingGlow(5),
|
||||
|
||||
// new to Eternity
|
||||
// 300:Portal_Define(5),
|
||||
|
|
Loading…
Reference in a new issue