why did this compile in testing
This commit is contained in:
ReoDaProtovali
2024-10-06 12:22:17 -05:00
parent 4f8aad26ce
commit faf11b140c
+2 -1
View File
@@ -265,8 +265,9 @@
var/obj/structure/disposaloutlet/O = locate() in T
if(O)
//GS add: Fixes a minor issue where the trunk gets linked to feeding tube improperly
if(O.type = /obj/structure/disposaloutlet/industrial_feeding_tube)
if(O.type == /obj/structure/disposaloutlet/industrial_feeding_tube)
return
//GS add End
linked = O