mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +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
|
var/obj/structure/disposaloutlet/O = locate() in T
|
||||||
if(O)
|
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
|
linked = O
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user