mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
- 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:
parent
0abd9d4aec
commit
6e0e221804
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class PoisonCloud : Actor
|
||||||
Mass 0x7fffffff;
|
Mass 0x7fffffff;
|
||||||
+NOBLOCKMAP +NOGRAVITY +DROPOFF
|
+NOBLOCKMAP +NOGRAVITY +DROPOFF
|
||||||
+NODAMAGETHRUST
|
+NODAMAGETHRUST
|
||||||
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG
|
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG +OLDRADIUSDMG
|
||||||
RenderStyle "Translucent";
|
RenderStyle "Translucent";
|
||||||
Alpha 0.6;
|
Alpha 0.6;
|
||||||
DeathSound "PoisonShroomDeath";
|
DeathSound "PoisonShroomDeath";
|
||||||
|
|
Loading…
Reference in a new issue