0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-02-28 23:01:41 +00:00
gzdoom/wadsrc/static/actors/shared/hatetarget.txt
2008-08-08 22:52:04 +00:00

19 lines
No EOL
251 B
Text

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