replace incomplete flags from DECOHACK with projectile combo

This commit is contained in:
Ricardo Luís Vaz Silva 2025-02-08 14:59:43 -03:00
parent 5bc5df8429
commit fa2f03f60b
2 changed files with 2 additions and 8 deletions

View file

@ -192,10 +192,7 @@ class ID24IncineratorProjectile : Actor // Heatwave Ripper
Radius 16;
Height 8;
+NOBLOCKMAP;
+NOGRAVITY;
+DROPOFF;
+MISSILE;
Projectile;
+ZDOOMTRANS;
+RIPPER;

View file

@ -73,10 +73,7 @@ class ID24IncineratorFlame : Actor // Incinerator Flame
Radius 13;
Height 8;
+NOBLOCKMAP;
+NOGRAVITY;
+DROPOFF;
+MISSILE;
Projectile;
+ZDOOMTRANS;
+FORCERADIUSDMG;
}