gzdoom/wadsrc/static/actors/shared/hatetarget.txt

19 lines
251 B
Plaintext

// Hate Target --------------------------------------------------------------
ACTOR HateTarget 9076 native
{
Radius 20
Height 56
+SHOOTABLE
+NOGRAVITY
+NOBLOOD
+DONTSPLASH
Mass 0x7fffffff
States
{
Spawn:
TNT1 A -1
}
}