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