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 6b167ef356..ba3f84483a 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -859,6 +859,25 @@ ckeywhitelist = list("snakewitharocketlauncher") character_name = list("Alex Wolf") +//splintergp +//Aroozee Daarvoleast-Clark +/datum/gear/fluff/aroozee_cloak + path = /obj/item/clothing/accessory/poncho/cloak/fluff/aroozee + display_name = "Aroozee Cloak" + description = "A cloak made especially for a vasilissan, it smells of perfume." + ckeywhitelist = list("splintergp") + character_name = list("Aroozee Daarvoleast-Clark") + +/datum/gear/fluff/aroozee_cloak_hos + path = /obj/item/clothing/accessory/poncho/cloak/fluff/aroozeehos + display_name = "Aroozee HOS Cloak" + description = "A cloak denoting the rank of head of security, it's made especially for a vasilissan and smells of perfume." + ckeywhitelist = list("splintergp") + character_name = list("Aroozee Daarvoleast-Clark") + allowed_roles = list("Head of Security") + + + // T CKEYS // U CKEYS diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 6f42eb1b6b..917fd7351e 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1607,4 +1607,34 @@ name = "Light duffle bag" desc = "A compact duffle bag, meant for long hikes." icon = 'icons/obj/clothing/backpack.dmi' - icon_state = "duffle" \ No newline at end of file + icon_state = "duffle" + + +// ****** +// SplinterGP +// ****** + +/obj/item/clothing/accessory/poncho/cloak/fluff/aroozee + name = "Aroozee Cloak" + desc = "A cloak made especially for a vasilissan, it smells of perfume." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "aroozee_cloak" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "aroozee_cloak_mob" + flags_inv = HIDETAIL + cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS + min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE + +/obj/item/clothing/accessory/poncho/cloak/fluff/aroozeehos + name = "Aroozee Head of Security Cloak" + desc = "A cloak denoting the rank of head of security, it's made especially for a vasilissan and smells of perfume." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "aroozee_cloak_hos" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "aroozee_cloak_hos_mob" + flags_inv = HIDETAIL + cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS + min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE + + + diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index 2cb2f39bdd..df650de8db 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ