From 070448f68fdef5b9b7511a588b783941076c3015 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 6 Aug 2018 11:35:58 -0500 Subject: [PATCH] fix --- modular_citadel/code/modules/client/loadout/__donator.dm | 6 +++--- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 614d4670b1..4e432c7672 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -42,10 +42,10 @@ path = /obj/item/clothing/accessory/medal/steele ckeywhitelist = list("inferno707") -/datum/gear/sexymimemask - name = "The hollow heart" +/datum/gear/hheart + name = "The Hollow Heart" category = SLOT_WEAR_MASK - path = /obj/item/clothing/mask/sexymime + path = /obj/item/clothing/mask/hheart ckeywhitelist = list("inferno707") /datum/gear/engravedzippo diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 6bdf7f4dff..394e058d78 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -171,7 +171,7 @@ item_state = "santa" slowdown = 0 -/obj/item/clothing/mask/sexymime +/obj/item/clothing/mask/hheart name = "The Hollow heart" desc = "Sometimes things are too much to hide." icon = 'icons/obj/custom.dmi'