From 790e2cbd81d7ca26729f18ca8c3bd60473529666 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 9 Apr 2023 20:54:36 -0400 Subject: [PATCH] Merge pull request #14772 from Runa-Dacino/mirafluff Adds Mira's health services medal --- .../preference_setup/loadout/loadout_fluffitems_vr.dm | 7 +++++++ code/modules/vore/fluffstuff/custom_items_vr.dm | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index c824e41261..c8be2d2466 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -35,6 +35,13 @@ character_name = list("Malady Blanche") // A CKEYS + +/datum/gear/fluff/mira_medal + path = /obj/item/clothing/accessory/medal/silver/fluff/abc314 + display_name = "Mira's Health Service Achievement medal" + ckeywhitelist = list("abc314") + character_name = list("Mira Nesyne") + /datum/gear/fluff/lethe_helmet path = /obj/item/clothing/head/helmet/hos/fluff/lethe display_name = "Lethe's Helmet" diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index dae81f32ce..f23bc2814f 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1568,3 +1568,12 @@ End CHOMP Removal*/ /obj/item/weapon/dice/loaded/ceph/New() icon_state = "ceph_d6[rand(1,sides)]" + + +//abc123: Mira Nesyne +/obj/item/clothing/accessory/medal/silver/fluff/abc314 + name = "Health Service Achievement medal" + desc = "A small silver medal with the inscription \"For going above and beyond in the field.\" on it, along with the name Mira Nesyne." + + icon = 'icons/inventory/accessory/item.dmi' + icon_state = "silver"