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)