Processing Audit Part 1 (#22803)

Oh look at that, every modular computer in existence was always
processing at all times, regardless of if it was actually needed.
There's a couple more small examples I caught in my first pass, but all
of the rest are very low incidence. There are of course a very large
number of modular computers at any one point in time.
This commit is contained in:
VMSolidus
2026-07-09 17:03:42 -04:00
committed by GitHub
parent 25d8b2e6ae
commit 30fb0f69a0
7 changed files with 22 additions and 29 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
/obj/item/spell/track/process()
if(!tracking)
icon_state = "track"
return
return PROCESS_KILL
if(!tracked)
icon_state = "track_unknown"