mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
co-authored by
Henri215
parent
2f173c48c2
commit
fc32a62d4f
@@ -95,6 +95,8 @@
|
||||
|
||||
/obj/machinery/computer/aifixer/update_overlays()
|
||||
. = ..()
|
||||
if(stat & (BROKEN|NOPOWER))
|
||||
return
|
||||
if(active)
|
||||
. += "ai-fixer-on"
|
||||
if(occupant)
|
||||
|
||||
Reference in New Issue
Block a user