Fix vendors not updating icons on power change (#20668)

This commit is contained in:
Nathan Winters
2023-03-19 16:52:28 -04:00
committed by GitHub
parent 48e1cb4a75
commit 567a46a980
+1 -1
View File
@@ -866,7 +866,7 @@
atom_say(message)
/obj/machinery/economy/vending/power_change()
..()
. = ..()
if(stat & (BROKEN|NOPOWER))
set_light(0)
else