Skip to content

Commit

Permalink
- fixed: splashes need the MOVEWITHSECTOR flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jul 25, 2021
1 parent 0dd3a16 commit bf3b3ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wadsrc/static/zscript/actors/shared/splashes.zs
Expand Up @@ -38,6 +38,7 @@ class WaterSplashBase : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
Expand All @@ -58,6 +59,7 @@ class LavaSplash : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
Expand Down Expand Up @@ -121,6 +123,7 @@ class SludgeSplash : Actor
+NOCLIP
+NOGRAVITY
+DONTSPLASH
+MOVEWITHSECTOR
}
States
{
Expand Down Expand Up @@ -174,6 +177,7 @@ class BloodSplashBase : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
Expand Down Expand Up @@ -218,6 +222,7 @@ class SlimeSplash : Actor
+NOCLIP
+NOGRAVITY
+DONTSPLASH
+MOVEWITHSECTOR
}
States
{
Expand Down

0 comments on commit bf3b3ae

Please sign in to comment.