From 618298865a354530de354f52dd7f5ebc8f395002 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:48:18 +0200 Subject: [PATCH] [MIRROR] Players can now be role banned from Spy (#27491) * 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: * Players can now be role banned from Spy --------- Co-authored-by: Sadboysuss <96586172+Sadboysuss@users.noreply.github.com> --- 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 6359c6a2df4..1d4d2f2f2a1 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -428,6 +428,7 @@ ROLE_REV_HEAD, ROLE_SENTIENT_DISEASE, ROLE_SPIDER, + ROLE_SPY, ROLE_SYNDICATE, ROLE_TRAITOR, ROLE_WIZARD,