mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fix softshop affected by APC early init
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
/obj/machinery/vending/nifsoft_shop/power_change()
|
/obj/machinery/vending/nifsoft_shop/power_change()
|
||||||
..()
|
..()
|
||||||
|
if(!entopic) return //Early APC init(), ignore
|
||||||
if(stat & BROKEN)
|
if(stat & BROKEN)
|
||||||
icon_state = "[initial(icon_state)]-broken"
|
icon_state = "[initial(icon_state)]-broken"
|
||||||
entopic.hide()
|
entopic.hide()
|
||||||
|
|||||||
Reference in New Issue
Block a user