diff --git a/code/modules/mob/dead/new_player/sprite_accessories.dm b/code/modules/mob/dead/new_player/sprite_accessories.dm index ca9119eb43..ba41e1e55d 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -1516,3 +1516,18 @@ /datum/sprite_accessory/moth_wings/snow name = "Snow" icon_state = "snow" + +//Lunasune +/datum/sprite_accessory/mam_ears/lunasune + name = "lunasune" + icon_state = "lunasune" + hasinner = 1 + extra = TRUE + extra_color_src = MUTCOLORS2 + ckeys_allowed = list("invader4352") + +/datum/sprite_accessory/mam_tails/lunasune + name = "lunasune" + icon_state = "lunasune" + extra = TRUE + ckeys_allowed = list("invader4352") diff --git a/icons/mob/custom_w.dmi b/icons/mob/custom_w.dmi index d1f69fe649..dc79247d48 100644 Binary files a/icons/mob/custom_w.dmi and b/icons/mob/custom_w.dmi differ diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index 75cdf427cd..197b870284 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index be8398ec9a..8135532d85 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -326,3 +326,9 @@ datum/gear/darksabresheath category = SLOT_IN_BACKPACK path = /obj/item/toy/gun/m41 ckeywhitelist = list("thalverscholen") + +/datum/gear/Divine_robes + name = "Divine robes" + category = SLOT_W_UNIFORM + path = /obj/item/clothing/under/lunasune + ckeywhitelist = list("invader4352") \ 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 8848e89cef..bdd17e3c38 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -397,3 +397,11 @@ desc = "Comfy Lucky Jackboots with the word Luck on them." item_state = "luckyjack" icon_state = "luckyjack" + +/obj/item/clothing/under/lunasune + name = "Divine Robes" + icon = 'icons/obj/custom.dmi' + icon_override = 'icons/mob/custom_w.dmi' + desc = "Heavenly robes of the kitsune Luna Pumpkin,you can feel radiance coming from them." + item_state = "Divine_robes" + icon_state = "Divine_robes" diff --git a/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm b/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm index e769a41491..0b4e744772 100644 --- a/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -426,7 +426,7 @@ /datum/sprite_accessory/mam_tails icon = 'modular_citadel/icons/mob/mam_bodyparts.dmi' - + /datum/sprite_accessory/mam_tails/none name = "None" @@ -1432,7 +1432,27 @@ datum/sprite_accessory/mam_tails/tentacle extra2 = FALSE ckeys_allowed = list("poojawa") - + +//Lunasune +/datum/sprite_accessory/mam_ears/lunasune + name = "lunasune" + icon_state = "lunasune" + hasinner = 1 + extra = TRUE + extra_color_src = MUTCOLORS2 + ckeys_allowed = list("invader4352") + +/datum/sprite_accessory/mam_tails/lunasune + name = "lunasune" + icon_state = "lunasune" + extra = TRUE + ckeys_allowed = list("invader4352") + +/datum/sprite_accessory/mam_tails_animated/lunasune + name = "lunasune" + icon_state = "lunasune" + extra = TRUE + /*************** VIRGO PORTED HAIRS ****************************/ #define VHAIR(_name, new_state) /datum/sprite_accessory/hair/##new_state/icon_state=#new_state;/datum/sprite_accessory/hair/##new_state/name = "Virgo - " + #_name //VIRGO PORTED HAIRS @@ -1591,7 +1611,7 @@ VHAIR(Short Hair 4 alt, hair_shorthair4_s) VHAIR(Tressshoulder, hair_tressshoulder_s) //END #undef VHAIR - + #define VFACE(_name, new_state) /datum/sprite_accessory/facial_hair/##new_state/icon_state=#new_state;;/datum/sprite_accessory/facial_hair/##new_state/name="Virgo" + #_name VFACE(Watson, facial_watson_s) VFACE(Chaplin, facial_chaplin_s) diff --git a/modular_citadel/icons/mob/mam_bodyparts.dmi b/modular_citadel/icons/mob/mam_bodyparts.dmi index 268a3b30c2..de8da877f9 100644 Binary files a/modular_citadel/icons/mob/mam_bodyparts.dmi and b/modular_citadel/icons/mob/mam_bodyparts.dmi differ