From 0f4cf00ab847b58d306a3ca4ebcac30578bb4984 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 18 Sep 2010 22:39:27 +0000 Subject: [PATCH] - merged Thing_Destroy extension from Doom64 branch into trunk and extended it by a tid=0, tag!=0 case which will kill all shootable actors in sectors with the specified tag. SVN r2825 (trunk) --- zspecial.acs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zspecial.acs b/zspecial.acs index d3c3fbe..8a550de 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -129,7 +129,7 @@ special 130:Thing_Activate(1), 131:Thing_Deactivate(1), 132:Thing_Remove(1), - 133:Thing_Destroy(1,2), + 133:Thing_Destroy(1,3), 134:Thing_Projectile(5), 135:Thing_Spawn(3,4), 136:Thing_ProjectileGravity(5),