From 38cb7aeaaa2001c2039e73a671a2ba679792a374 Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Sun, 25 Dec 2016 13:43:24 +0200 Subject: [PATCH] Invisible and Custom bridges now have RenderRadius -1 to prevent excessive linking --- wadsrc/static/zscript/shared/bridge.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wadsrc/static/zscript/shared/bridge.txt b/wadsrc/static/zscript/shared/bridge.txt index ea38796a7..251055426 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