From b0687e01deea6b71b16c8234e9357ded66d9bcc0 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Fri, 5 Aug 2022 03:08:44 -0500 Subject: [PATCH] skibbidy bop mm dada --- .../preference_setup/loadout/loadout_fluffitems_vr.dm | 6 ++++++ code/modules/vore/fluffstuff/custom_clothes_vr.dm | 7 +++++++ 2 files changed, 13 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 30da54f2e1..db259a988d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1027,6 +1027,12 @@ ckeywhitelist = list("seiga") character_name = list("Alfonso Oak Telanor") +/datum/gear/fluff/cerise_secbelt + path = /obj/weapon/storage/belt/security/fluff/cerise + display_name = "Cerise's Champion's Belt" + ckeywhitelist = list("shalax") + character_name = list("Cerise Duelliste") + /datum/gear/fluff/nthasd_modkit //Converts a Security suit's sprite path = /obj/item/device/modkit_conversion/hasd display_name = "NT-HASD 556's Modkit" diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 8156b70551..cbd566cf1a 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2502,3 +2502,10 @@ Departamental Swimsuits, for general use icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "foxflightsuit_mob" body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS + +//Shalax: Cerise Duelliste +/obj/item/weapon/storage/belt/security/fluff/cerise + name = "champion's belt" + desc = "Cerise's hard-won belt from her glory days. Her skill might have waned since then, but her renown lives on." + icon_state = "champion" + item_state = null // i swear to god this works - hatterhat