From 349edceb861b90f3d03bd236766865f71fb55cc8 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Wed, 11 Oct 2017 23:10:27 +0100 Subject: [PATCH] fix --- .../mob/living/simple_animal/hostile/terror_spiders/ghost.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/ghost.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/ghost.dm index a7d121cff82..2124a31078c 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/ghost.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/ghost.dm @@ -16,7 +16,7 @@ humanize_prompt += " Role: [spider_role_summary]" if(user.ckey in ts_ckey_blacklist) error_on_humanize = "You are not able to control any terror spider this round." - else if(user.has_enabled_antagHUD && config.antag_hud_restricted) + else if(user.has_enabled_antagHUD == 1 && config.antag_hud_restricted) error_on_humanize = "You have enabled antag HUD and are unable to re-enter the round." else if(spider_awaymission) error_on_humanize = "Terror spiders that are part of an away mission cannot be controlled by ghosts."