Fix softshop affected by APC early init

This commit is contained in:
Arokha Sieyes
2018-01-21 19:10:16 -05:00
parent dda4c500c2
commit cd480fd323

View File

@@ -29,6 +29,7 @@
/obj/machinery/vending/nifsoft_shop/power_change()
..()
if(!entopic) return //Early APC init(), ignore
if(stat & BROKEN)
icon_state = "[initial(icon_state)]-broken"
entopic.hide()