From 2d63974d3a656e13517f1538d614fc9bd3cd58e9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 2 Jul 2021 08:16:29 +0200 Subject: [PATCH] - fixed: splashes need the MOVEWITHSECTOR flag. --- wadsrc/static/zscript/actors/shared/splashes.zs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wadsrc/static/zscript/actors/shared/splashes.zs b/wadsrc/static/zscript/actors/shared/splashes.zs index 8b16d85b86..77f38d6a61 100644 --- a/wadsrc/static/zscript/actors/shared/splashes.zs +++ b/wadsrc/static/zscript/actors/shared/splashes.zs @@ -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 {