From 0cdc150bc685bfbd4db8acc511ba101a939b2407 Mon Sep 17 00:00:00 2001 From: Fikou Date: Wed, 15 Jan 2020 00:29:41 +0100 Subject: [PATCH] changes the cyborg hat blacklist --- code/modules/mob/living/silicon/robot/robot_defense.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/robot_defense.dm b/code/modules/mob/living/silicon/robot/robot_defense.dm index 7ebf6733092..a16cc7c820a 100644 --- a/code/modules/mob/living/silicon/robot/robot_defense.dm +++ b/code/modules/mob/living/silicon/robot/robot_defense.dm @@ -1,8 +1,8 @@ GLOBAL_LIST_INIT(blacklisted_borg_hats, typecacheof(list( //Hats that don't really work on borgos - /obj/item/clothing/head/helmet/space/santahat, + /obj/item/clothing/head/helmet/space, /obj/item/clothing/head/welding, /obj/item/clothing/head/mob_holder, //I am so very upset that this breaks things - /obj/item/clothing/head/helmet/space/eva \ + /obj/item/clothing/head/chameleon \ ))) /mob/living/silicon/robot/attack_robot(mob/user)