gzdoom/wadsrc/static/actors/shared/hatetarget.txt
2016-03-01 09:47:10 -06:00

19 lines
No EOL
228 B
Text

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