From 3a7e44960c06c68b4ab524ed212320d940248670 Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Wed, 31 Oct 2018 00:51:22 +0200 Subject: [PATCH] Updated specials and definitions for destructiblegeometry branch --- zdefs.acs | 3 +++ zspecial.acs | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/zdefs.acs b/zdefs.acs index 1bed232..387640e 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -1122,3 +1122,6 @@ #define CPXF_CLOSEST (1 << 10) #define CPXF_SETONPTR (1 << 11) #define CPXF_CHECKSIGHT (1 << 12) + +#define SECPART_Floor 0 +#define SECPART_Ceiling 1 \ No newline at end of file diff --git a/zspecial.acs b/zspecial.acs index c05b411..a1182af 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -147,6 +147,8 @@ special 143:Player_RemoveItem(2), // Skulltag Functions 144:Player_GiveItem(2), // Skulltag Functions 145:Player_SetTeam(1), // Skulltag Functions + 150:Line_SetHealth(2), + 151:Sector_SetHealth(3), 152:Team_Score(2), // Skulltag Functions 153:Team_GivePoints(3), // Skulltag Functions 154:Teleport_NoStop(2, 3), @@ -424,6 +426,8 @@ special -209:Ceil(1), -210:ScriptCall(2, 100), // ACS does not know varargs so use something large as maximum. -211:StartSlideshow(1), + -212:GetSectorHealth(2), + -213:GetLineHealth(1), // Eternity's