This commit is contained in:
ReoDaProtovali
2024-09-16 04:07:55 -05:00
committed by Metis
parent bf5512db61
commit ce1cf1d093
2 changed files with 118 additions and 0 deletions
@@ -16,6 +16,10 @@
/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)