/atom New() => Initialize() [MDB IGNORE]

This commit is contained in:
MistakeNot4892
2021-11-14 03:09:51 -05:00
committed by VirgoBot
parent 47c8115916
commit 3f9af78f3a
587 changed files with 12315 additions and 2669 deletions
@@ -16,11 +16,14 @@
/obj/machinery/shield_diffuser/Initialize()
. = ..()
<<<<<<< HEAD
// TODO - Remove this bit once machines are converted to Initialize
if(ispath(circuit))
circuit = new circuit(src)
default_apply_parts()
=======
>>>>>>> 2f0a618d451... /atom New() => Initialize() [MDB IGNORE] (#8298)
var/turf/T = get_turf(src)
hide(!T.is_plating())