mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: The PoisonCloud had the CANBLAST flag set even though it shouldn't.
SVN r2321 (trunk)
This commit is contained in:
parent
d050973fa4
commit
f952cb9db5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ ACTOR PoisonCloud native
|
|||
Mass 0x7fffffff
|
||||
+NOBLOCKMAP +NOGRAVITY +DROPOFF
|
||||
+NODAMAGETHRUST
|
||||
+DONTSPLASH +FOILINVUL +CANBLAST +BLOODLESSIMPACT
|
||||
+DONTSPLASH +FOILINVUL +BLOODLESSIMPACT
|
||||
RenderStyle Translucent
|
||||
Alpha 0.6
|
||||
DeathSound "PoisonShroomDeath"
|
||||
|
|
Loading…
Reference in a new issue