Invisible and Custom bridges now have RenderRadius -1 to prevent excessive linking

This commit is contained in:
ZZYZX 2016-12-25 13:43:24 +02:00
parent 44c19b5ad9
commit 38cb7aeaaa

View file

@ -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