From 817337086c7a07013d63ef9bcffd682bd1cc6b7b Mon Sep 17 00:00:00 2001 From: Sadboysuss <96586172+Sadboysuss@users.noreply.github.com> Date: Sun, 28 Apr 2024 03:17:36 +0300 Subject: [PATCH] Players can now be role banned from Spy (#82895) ## About The Pull Request Adds spy to banning panel ## Why It's Good For The Game Admins should be able to roleban players from all antagonists ## Changelog :cl: admin: spy can now be rolebanned /:cl: --- code/modules/admin/sql_ban_system.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index bb8b938c7c0..d77d5a03524 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -393,6 +393,7 @@ ROLE_REV_HEAD, ROLE_SENTIENT_DISEASE, ROLE_SPIDER, + ROLE_SPY, ROLE_SYNDICATE, ROLE_TRAITOR, ROLE_WIZARD,