From 6c10e818c5e74e524d3d6163707a4c53c542307b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 22 Apr 2007 21:01:35 +0000 Subject: [PATCH] - added a CANUSEWALLS flag which allows a monster to activate 'use' specials like doors. This flag is on by default for any monster which was the previous behavior. - Optimized the DECORATE flag parser so it can more efficiently handle the deprecated flags. As a side effect of this optimization the deprecated flags became usable in A_ChangeFlag again. - Changed LONGMELEERANGE flag into a MeleeThreshold property. - Changed SHORTMISSILERANGE flag into a MaxTargetRange property. - Added Thing_Stop action special. SVN r517 (trunk) --- zspecial.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zspecial.acs b/zspecial.acs index a9e0093..8e43df1 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -91,6 +91,7 @@ special 15:Autosave(0), 17:Thing_Raise(1), 18:StartConversation(1,2), + 19:Thing_Stop(1), 33:ForceField(0), 34:ClearForceField(1), 38:Ceiling_Waggle(5),