mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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()
|
||||
..()
|
||||
if(!entopic) return //Early APC init(), ignore
|
||||
if(stat & BROKEN)
|
||||
icon_state = "[initial(icon_state)]-broken"
|
||||
entopic.hide()
|
||||
|
||||
Reference in New Issue
Block a user