mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] 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