From bb6fac4390d61e37099e67ed75479a3dea0e4d13 Mon Sep 17 00:00:00 2001 From: Seris02 Date: Sun, 19 Jan 2020 17:01:51 +0800 Subject: [PATCH] I shall actually compile it this time --- code/modules/power/apc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 3e22b69da6..db4f7ee1ad 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -406,7 +406,7 @@ return 0 if(last_update_state != update_state) results += 1 - if(last_update_overlay != update_overlay || (hijacker ? !hijackerlast : hijackerlast) + if(last_update_overlay != update_overlay || hijacker ? !hijackerlast : hijackerlast) results += 2 if (hijacker ? !hijackerlast : hijackerlast) hijackerlast = hijacker ? TRUE : FALSE