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 8a42309e62..452b721e6d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -89,6 +89,13 @@ ckeywhitelist = list("azurachitin") character_name = list("Azura Chitin") +/datum/gear/fluff/aurora + path = /obj/item/clothing/accessory/solgov/department/security/aurora + display_name = "Aurora's keepsake" + description = "An old solgov sec insignia given to Aurora" + ckeywhitelist = list("storesund97") + character_name = list("Aurora") + // B CKEYS /datum/gear/fluff/yuuko_kimono path = /obj/item/clothing/under/fluff/sakura_hokkaido_kimono diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 11c171b6cf..8db5a1d9e9 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1821,3 +1821,8 @@ icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "blindshades_mob" + +//Storesund97 - Aurora +/obj/item/clothing/accessory/solgov/department/security/aurora + name = "Old security insignia" + desc = "Insignia denoting assignment to the security department. These fit Expeditionary Corps uniforms. This one seems to be from the 2100s..."