From bc25bca37beba5de1cd1b4be8eb285637c9739ff Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sun, 9 Apr 2023 19:20:30 +0200 Subject: [PATCH] Adds a custom fluff item for Mira --- code/modules/vore/fluffstuff/custom_items_vr.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index ee91f280cb..5e6c1635d0 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1570,3 +1570,12 @@ /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"