mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
19 lines
No EOL
228 B
Text
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
|
|
}
|
|
} |