Wait for power to area, then update icon

Read the tin.
This commit is contained in:
Shadow-Quill
2018-12-06 15:20:18 -06:00
parent f18b80f3a5
commit 3509b1ad4a
@@ -20,8 +20,9 @@
/obj/machinery/chem_master/New()
create_reagents(100)
spawn(0)
update_icon()
spawn(50)
update_icon() //wait 5 seconds then update the icon, to allow powered icon to appear if actually powered
/obj/machinery/chem_master/ex_act(severity)
switch(severity)