From ac97b1593ea59d90c8819573dd69d410600b66b8 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 27 Jan 2018 06:03:23 -0600 Subject: [PATCH] Fixes borer banning href oversight Remove borers when. --- code/modules/admin/topic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 27dd0a9c56..08b3abe795 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -874,9 +874,9 @@ //Borer if(jobban_isbanned(M, "borer") || isbanned_dept) - dat += "Borer" + dat += "Borer" else - dat += "Borer" + dat += "Borer" //Alien if(jobban_isbanned(M, "alien candidate") || isbanned_dept)