completely overhauls chemistry dispensers (#5132)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-03-11 17:45:47 +01:00
committed by GitHub
co-authored by silicons
parent f028c981c4
commit f42c0b9b4a
198 changed files with 2168 additions and 3175 deletions
@@ -16,10 +16,6 @@
/obj/machinery/shield_diffuser/Initialize(mapload)
. = ..()
// TODO - Remove this bit once machines are converted to Initialize
if(ispath(circuit))
circuit = new circuit(src)
default_apply_parts()
var/turf/T = get_turf(src)
hide(!T.is_plating())