From 11e2f796e1ca4ca1f992f5263c44b67b1ce3e690 Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+Sadboysuss@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:28:09 +0300 Subject: [PATCH] fixes wabbajack statue (#87002) ## About The Pull Request closes https://github.com/tgstation/tgstation/issues/86987 ## Changelog :cl: grungussuss fix: fixed wabbajack statue not activating /:cl: --- code/modules/shuttle/special.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/special.dm b/code/modules/shuttle/special.dm index 3cbe494c8d0..07aaeed7b48 100644 --- a/code/modules/shuttle/special.dm +++ b/code/modules/shuttle/special.dm @@ -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)