From c16cff7f475d557b25972ce45f20c7082cc1f5fb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 16 Aug 2006 21:59:45 +0000 Subject: [PATCH] Added some missing specials to thingdef_specials.gperf. SVN r295 (trunk) --- src/g_strife/a_inquisitor.cpp | 3 +-- src/thingdef_specials.gperf | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/g_strife/a_inquisitor.cpp b/src/g_strife/a_inquisitor.cpp index 4d440dfe7..8cc18a4a6 100644 --- a/src/g_strife/a_inquisitor.cpp +++ b/src/g_strife/a_inquisitor.cpp @@ -100,8 +100,7 @@ IMPLEMENT_ACTOR (AInquisitor, Strife, 16, 0) PROP_MassLong(0x7fffffff) PROP_Flags (MF_SOLID|MF_SHOOTABLE|MF_DROPOFF|MF_NOBLOOD|MF_COUNTKILL) PROP_Flags2 (MF2_BOSS|MF2_FLOORCLIP|MF2_PASSMOBJ|MF2_PUSHWALL|MF2_MCROSS) - PROP_Flags3 (MF3_DONTMORPH) - PROP_Flags4 (MF4_DONTHURTSPECIES) + PROP_Flags3 (MF3_DONTMORPH|MF3_NORADIUSDMG) PROP_MaxDropOffHeight (32) PROP_MinMissileChance (150) PROP_SeeSound ("inquisitor/sight") diff --git a/src/thingdef_specials.gperf b/src/thingdef_specials.gperf index 51c051b2a..637c244a9 100644 --- a/src/thingdef_specials.gperf +++ b/src/thingdef_specials.gperf @@ -169,9 +169,12 @@ ceiling_raisetonearest,252,2 ceiling_lowertolowest,253,2 ceiling_lowertofloor,254,2 ceiling_crushraiseandstaysila,255,4 -door_animated,4,3 +door_animated,14,3 clearforcefield,34,1 teleport_zombiechanger,39,2 acs_executewithresult,84,1,4 plat_upnearestwaitdownstay,172,3 noisealert,173,2 +thing_raise,17,1 +startconversation,18,1,2 +acs_lockedexecutedoor,85,5