Now properly calls update icon on EMP effect changes.
This commit is contained in:
PsiOmega
2015-04-18 12:01:32 +02:00
parent 98756f0966
commit 0e0d13f1b1
+2
View File
@@ -1272,10 +1272,12 @@ obj/machinery/power/apc/proc/autoset(var/val, var/on)
equipment = 0
environ = 0
update()
update_icon()
spawn(600)
update_channels()
update()
update_icon()
..()
/obj/machinery/power/apc/ex_act(severity)