Fixed the AI Fixer's Power Problem (#23010)

* Fixed the Fixer's Power Problem

* Fixed logic - now turns off all overlays

* Removes excessive parenthesis

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2023-10-26 10:42:28 +01:00
committed by GitHub
co-authored by Henri215
parent 2f173c48c2
commit fc32a62d4f
+2
View File
@@ -95,6 +95,8 @@
/obj/machinery/computer/aifixer/update_overlays()
. = ..()
if(stat & (BROKEN|NOPOWER))
return
if(active)
. += "ai-fixer-on"
if(occupant)