mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Linter diagnostics + bans non-var relative pathing
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
/obj/machinery/atmospherics/pipe/manifold/isConnectable(var/obj/machinery/atmospherics/target)
|
||||
return (target == node3 || ..())
|
||||
|
||||
obj/machinery/atmospherics/trinary/isConnectable(var/obj/machinery/atmospherics/target)
|
||||
/obj/machinery/atmospherics/trinary/isConnectable(var/obj/machinery/atmospherics/target)
|
||||
return (target == node3 || ..())
|
||||
|
||||
/obj/machinery/atmospherics/pipe/manifold4w/isConnectable(var/obj/machinery/atmospherics/target)
|
||||
|
||||
Reference in New Issue
Block a user