gzdoom/wadsrc/static/zscript/shared/morph.txt
Christoph Oelckers 7de683f9f5 - converted a few more DECORATE files.
- started with the AST converter. So far it only deals with direct function calls with simple constants as parameters.
- added an error condition for the defaults block to get rid of some asserts.
2016-10-14 00:40:20 +02:00

21 lines
212 B
Text

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