mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 08:26:34 +01:00
overhauls rendering + redoes some of widescreen/dynamic sizing + misc fixes (#4668)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
798902257c
commit
bc5e0940a2
@@ -40,7 +40,7 @@
|
||||
/obj/map_helper/network_builder/power_cable/build()
|
||||
if(!network_directions)
|
||||
return
|
||||
var/knot = KNOT_FORCED || (KNOT_AUTO && detect_knot())
|
||||
var/knot = (src.knot == KNOT_FORCED) || ((src.knot == KNOT_AUTO) && detect_knot())
|
||||
if(knot)
|
||||
for(var/i in GLOB.cardinal)
|
||||
if(!(network_directions & i))
|
||||
|
||||
Reference in New Issue
Block a user