- give Hexen's PoisonCloud the OLDRADIUSDMG flag.

This actor has such oddball semantics that it's better not subjected to the revised radius damage code.
This commit is contained in:
Christoph Oelckers 2019-03-19 19:54:46 +01:00
parent 0abd9d4aec
commit 6e0e221804

View file

@ -436,7 +436,7 @@ class PoisonCloud : Actor
Mass 0x7fffffff;
+NOBLOCKMAP +NOGRAVITY +DROPOFF
+NODAMAGETHRUST
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG +OLDRADIUSDMG
RenderStyle "Translucent";
Alpha 0.6;
DeathSound "PoisonShroomDeath";