Revert "Industrial Feeding Tubes"

This commit is contained in:
evilew
2024-10-06 15:20:45 +02:00
committed by GitHub
parent cf92ca8d92
commit a112b96354
8 changed files with 2 additions and 490 deletions
@@ -16,10 +16,6 @@
/obj/structure/disposaloutlet/Initialize(mapload, obj/structure/disposalconstruct/make_from)
. = ..()
//GS Add: Hacky Solution, but it works.
if(type == /obj/structure/disposaloutlet/industrial_feeding_tube)
return
//GS Add End.
if(make_from)
setDir(make_from.dir)
make_from.forceMove(src)
-3
View File
@@ -264,9 +264,6 @@
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
linked = O