diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 1c078e67a8..cac2f025cf 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -849,6 +849,15 @@ ckeywhitelist = list("roguenoob") character_name = list("Basir Fahim") +//rouwren +//Rin Deimos +/datum/gear/fluff/rin_deimos_1 + path = /obj/item/clothing/accessory/medal/fluff/rindeimos + display_name = "Broken Life Crystal" + description = "The broken life crystal doesn't do anything, except remind you of loss." + ckeywhitelist = list("rouwren") + character_name = list("Rin Deimos") + // S CKEYS //snakewitharocketlauncher //Alex Wolf diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 917fd7351e..88c913ef85 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1638,3 +1638,15 @@ +// ***** +// Rouwren +// ***** + +/obj/item/clothing/accessory/medal/fluff/rindeimos + name = "Broken Life Crystal" + desc = "The broken life crystal doesn't do anything, except remind you of loss." + icon = 'icons/vore/custom_items_vr.dmi' + icon_state = "khlife3" + icon_override = 'icons/vore/custom_items_vr.dmi' + item_state = "khlife_overlay" + overlay_state = "khlife_overlay" \ No newline at end of file