- fixed: splashes need the MOVEWITHSECTOR flag.

This commit is contained in:
Christoph Oelckers 2021-07-02 08:16:29 +02:00 committed by Emile Belanger
parent 3551de5a56
commit 3302a12da6

View file

@ -38,6 +38,7 @@ class WaterSplashBase : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
@ -58,6 +59,7 @@ class LavaSplash : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
@ -121,6 +123,7 @@ class SludgeSplash : Actor
+NOCLIP
+NOGRAVITY
+DONTSPLASH
+MOVEWITHSECTOR
}
States
{
@ -174,6 +177,7 @@ class BloodSplashBase : Actor
+NOGRAVITY
+DONTSPLASH
+DONTBLAST
+MOVEWITHSECTOR
}
States
{
@ -218,6 +222,7 @@ class SlimeSplash : Actor
+NOCLIP
+NOGRAVITY
+DONTSPLASH
+MOVEWITHSECTOR
}
States
{