From 9c4feb16149f9b148ef941fb03b357d6c05a2950 Mon Sep 17 00:00:00 2001 From: Ioan Chera Date: Sun, 8 Jan 2017 00:58:58 +0200 Subject: [PATCH] Added Stairs_BuildUpDoomCrush to zspecials.acs Used by Eternity to emulate the Boom-standardized 16-unit crushing stairs (I know in vanilla the crushing was governed by uninitialized variables). --- zspecial.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zspecial.acs b/zspecial.acs index dd41f89..1d8a01e 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -263,6 +263,7 @@ special 270:Stairs_BuildDownDoom(5), 271:Stairs_BuildUpDoomSync(4), 272:Stairs_BuildDownDoomSync(4), + 273:Stairs_BuildUpDoomCrush(5), // new to Eternity // 300:Portal_Define(5),