Merge pull request #604 from ArchieBeepBoop/master

[SPEEDMERGE] Fixes misaligned HE pipes & Listening Post Duplicates + TEG Burn chamber Optimizations
This commit is contained in:
Dahlular
2020-10-23 16:24:29 -06:00
committed by GitHub
3 changed files with 201 additions and 148 deletions
@@ -16,7 +16,7 @@
var/mutable_appearance/center
/obj/machinery/atmospherics/pipe/manifold/Initialize()
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/Initialize()
icon_state = ""
center = mutable_appearance(icon, "manifold_center")
return ..()