diff --git a/wadsrc/static/zscript/shared/bridge.txt b/wadsrc/static/zscript/shared/bridge.txt index ea38796a70..2510554260 100644 --- a/wadsrc/static/zscript/shared/bridge.txt +++ b/wadsrc/static/zscript/shared/bridge.txt @@ -32,6 +32,7 @@ class CustomBridge : Actor native +NOLIFTDROP +ACTLIKEBRIDGE Radius 32; + RenderRadius -1; Height 2; RenderStyle "None"; } @@ -85,6 +86,7 @@ class InvisibleBridge : Actor native { RenderStyle "None"; Radius 32; + RenderRadius -1; Height 4; +SOLID +NOGRAVITY