fixes wabbajack statue (#87002)

## About The Pull Request
closes https://github.com/tgstation/tgstation/issues/86987
## Changelog
🆑 grungussuss
fix: fixed wabbajack statue not activating
/🆑
This commit is contained in:
grungussuss
2024-10-04 01:28:09 +02:00
committed by GitHub
parent ff7fb30783
commit 11e2f796e1
+1 -1
View File
@@ -48,7 +48,7 @@
. = ..()
icon_state = active ? icon_state_on : initial(icon_state)
/obj/machinery/power/emitter/energycannon/magical/process()
/obj/machinery/power/emitter/energycannon/magical/process_early(seconds_per_tick)
. = ..()
if(active_tables.len >= tables_required)
if(!active)