Made admin circuits more abstract, they no longer end up in the contents of the shell. (#62630)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-11-08 22:55:19 +00:00
committed by GitHub
parent d6a897d05c
commit bb8bcd2473
14 changed files with 49 additions and 18 deletions
@@ -26,7 +26,7 @@
var/value = input_port.value
if(isatom(value))
var/turf/location = get_turf(src)
var/turf/location = get_location()
var/turf/target_location = get_turf(value)
if(target_location.z != location.z || get_dist(location, target_location) > max_range)
output.set_output(PORT_TYPE_ATOM)