mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Added some missing specials to thingdef_specials.gperf.
SVN r295 (trunk)
This commit is contained in:
parent
7dc4be302f
commit
c16cff7f47
2 changed files with 5 additions and 3 deletions
|
@ -100,8 +100,7 @@ IMPLEMENT_ACTOR (AInquisitor, Strife, 16, 0)
|
||||||
PROP_MassLong(0x7fffffff)
|
PROP_MassLong(0x7fffffff)
|
||||||
PROP_Flags (MF_SOLID|MF_SHOOTABLE|MF_DROPOFF|MF_NOBLOOD|MF_COUNTKILL)
|
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_Flags2 (MF2_BOSS|MF2_FLOORCLIP|MF2_PASSMOBJ|MF2_PUSHWALL|MF2_MCROSS)
|
||||||
PROP_Flags3 (MF3_DONTMORPH)
|
PROP_Flags3 (MF3_DONTMORPH|MF3_NORADIUSDMG)
|
||||||
PROP_Flags4 (MF4_DONTHURTSPECIES)
|
|
||||||
PROP_MaxDropOffHeight (32)
|
PROP_MaxDropOffHeight (32)
|
||||||
PROP_MinMissileChance (150)
|
PROP_MinMissileChance (150)
|
||||||
PROP_SeeSound ("inquisitor/sight")
|
PROP_SeeSound ("inquisitor/sight")
|
||||||
|
|
|
@ -169,9 +169,12 @@ ceiling_raisetonearest,252,2
|
||||||
ceiling_lowertolowest,253,2
|
ceiling_lowertolowest,253,2
|
||||||
ceiling_lowertofloor,254,2
|
ceiling_lowertofloor,254,2
|
||||||
ceiling_crushraiseandstaysila,255,4
|
ceiling_crushraiseandstaysila,255,4
|
||||||
door_animated,4,3
|
door_animated,14,3
|
||||||
clearforcefield,34,1
|
clearforcefield,34,1
|
||||||
teleport_zombiechanger,39,2
|
teleport_zombiechanger,39,2
|
||||||
acs_executewithresult,84,1,4
|
acs_executewithresult,84,1,4
|
||||||
plat_upnearestwaitdownstay,172,3
|
plat_upnearestwaitdownstay,172,3
|
||||||
noisealert,173,2
|
noisealert,173,2
|
||||||
|
thing_raise,17,1
|
||||||
|
startconversation,18,1,2
|
||||||
|
acs_lockedexecutedoor,85,5
|
||||||
|
|
Loading…
Reference in a new issue