Merge remote-tracking branch 'upstream/master' into FactorioFeeding

This commit is contained in:
ReoDaProtovali
2024-10-06 12:31:40 -05:00
33 changed files with 275 additions and 542 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)