From 062cc6b7cf0f0ee44ace41f19fd00205154578ae Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:41:35 +0100 Subject: [PATCH] [MIRROR] Ghost Pool Protection now actually updates when you click buttons (#4125) * Ghost Pool Protection now actually updates when you click buttons (#57621) * Ghost Pool Protection now actually updates when you click buttons Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/modules/admin/verbs/ghost_pool_protection.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/verbs/ghost_pool_protection.dm b/code/modules/admin/verbs/ghost_pool_protection.dm index 7319e5ad16e..2033d0c936f 100644 --- a/code/modules/admin/verbs/ghost_pool_protection.dm +++ b/code/modules/admin/verbs/ghost_pool_protection.dm @@ -57,6 +57,7 @@ . = ..() if(.) return + . = TRUE switch(action) if("toggle_events_or_midrounds") new_role_flags ^= GHOSTROLE_MIDROUND_EVENT