mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
== not =
why did this compile in testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user