From 1950b800d0e443a55608975bdae88daa02d6fd1a Mon Sep 17 00:00:00 2001 From: Repede Date: Tue, 18 Feb 2020 19:33:17 -0500 Subject: [PATCH] Rin Deimos fluff item, just a crystal that does nothing. --- .../loadout/loadout_fluffitems_yw.dm | 9 +++++++++ code/modules/vore/fluffstuff/custom_clothes_yw.dm | 12 ++++++++++++ 2 files changed, 21 insertions(+) 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