From 42aae3932ea3506e8c0af1f1a078da546f5ba1ca Mon Sep 17 00:00:00 2001 From: Invader4352 Date: Thu, 27 Sep 2018 11:39:10 -0400 Subject: [PATCH] updated version of the pull following the advise of comments, also checking if the description of an item in custom_items.dm is carrying over --- code/modules/mob/dead/new_player/sprite_accessories.dm | 5 ----- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/mob/dead/new_player/sprite_accessories.dm b/code/modules/mob/dead/new_player/sprite_accessories.dm index 3d764c6ea3..ba41e1e55d 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -1531,8 +1531,3 @@ icon_state = "lunasune" extra = TRUE ckeys_allowed = list("invader4352") - -/datum/sprite_accessory/mam_tails_animated/lunasune - name = "lunasune" - icon_state = "lunasune" - extra = TRUE \ No newline at end of file diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index bdd17e3c38..bd47b9c350 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -401,7 +401,7 @@ /obj/item/clothing/under/lunasune name = "Divine Robes" icon = 'icons/obj/custom.dmi' - icon_override = 'icons/mob/custom_w.dmi' + icon_override = 'icons/obj/custom.dmi' desc = "Heavenly robes of the kitsune Luna Pumpkin,you can feel radiance coming from them." item_state = "Divine_robes" icon_state = "Divine_robes"