mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-02 17:40:51 +01:00
Merge pull request #280 from ReoDaProtovali/FactorioFeeding
Industrial Feeding tubes but real
This commit is contained in:
@@ -264,6 +264,10 @@
|
||||
|
||||
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)
|
||||
return
|
||||
//GS add End
|
||||
linked = O
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user