mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
15 lines
156 B
Text
15 lines
156 B
Text
ACTOR MorphProjectile native
|
|
{
|
|
Damage 1
|
|
Projectile
|
|
-ACTIVATEIMPACT
|
|
-ACTIVATEPCROSS
|
|
}
|
|
|
|
ACTOR MorphedMonster native
|
|
{
|
|
Monster
|
|
-COUNTKILL
|
|
+FLOORCLIP
|
|
}
|
|
|