gzdoom-gles/wadsrc/static/zscript/shared/hatetarget.txt

22 lines
262 B
Plaintext

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