gzdoom/wadsrc/static/actors/shared/hatetarget.txt
2015-04-03 16:34:07 +02:00

19 lines
No EOL
246 B
Text

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