From 6a02ffae9b8720003ac94098ad4ce0009ea6d47c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 14 Mar 2017 12:52:17 +0100 Subject: [PATCH] - new specials. --- zspecial.acs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zspecial.acs b/zspecial.acs index 7f41c15..44da53a 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -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),