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