mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +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;
|
||||
+NOBLOCKMAP +NOGRAVITY +DROPOFF
|
||||
+NODAMAGETHRUST
|
||||
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG
|
||||
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT +BLOCKEDBYSOLIDACTORS +FORCEZERORADIUSDMG +OLDRADIUSDMG
|
||||
RenderStyle "Translucent";
|
||||
Alpha 0.6;
|
||||
DeathSound "PoisonShroomDeath";
|
||||
|
|
Loading…
Reference in a new issue