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

22 lines
212 B
Plaintext
Raw Normal View History

class MorphProjectile : Actor native
{
Default
{
Damage 1;
Projectile;
-ACTIVATEIMPACT
-ACTIVATEPCROSS
}
}
class MorphedMonster : Actor native
{
Default
{
Monster;
-COUNTKILL
+FLOORCLIP
}
}