diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm index 80c6bddeffe..c0f08518a28 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems.dm @@ -1580,6 +1580,20 @@ ckeywhitelist = list("yeehawguvnah") character_name = list("Cephyra") +/datum/gear/fluff/names_hat + path = /obj/item/clothing/head/fluff/names_pizza + display_name = "pizza delivery hat" + slot = slot_head + ckeywhitelist = list("yepthatsmyname") + character_name = list("Mothza Aurella") + +/datum/gear/fluff/names_uniform + path = /obj/item/clothing/under/names_pizza + display_name = "pizza delivery uniform" + slot = slot_w_uniform + ckeywhitelist = list("yepthatsmyname") + character_name = list("Mothza Aurella") + // Z CKEYS /datum/gear/fluff/tachika_medal path = /obj/item/clothing/accessory/medal/conduct diff --git a/code/modules/clothing/head/misc_vr.dm b/code/modules/clothing/head/misc_vr.dm index ed982f079a3..f3862a1ee1c 100644 --- a/code/modules/clothing/head/misc_vr.dm +++ b/code/modules/clothing/head/misc_vr.dm @@ -96,6 +96,12 @@ icon_state = "pizzadelivery" item_state = "pizzadelivery" +/obj/item/clothing/head/fluff/names_pizza + name = "pizza delivery hat" + desc = "A hat fit for delivering pizzas! Smells of pepperoni and unpaid student debt." + icon_state = "pizzadelivery_fluff" + item_state = "pizzadelivery_fluff" + /obj/item/clothing/head/wedding name = "wedding veil" desc = "A lace veil worn over the face, typically by a bride during their wedding." diff --git a/code/modules/clothing/under/miscellaneous_vr.dm b/code/modules/clothing/under/miscellaneous_vr.dm index 1698c42fb76..65e2c4e8d68 100644 --- a/code/modules/clothing/under/miscellaneous_vr.dm +++ b/code/modules/clothing/under/miscellaneous_vr.dm @@ -294,6 +294,13 @@ item_state = "pizzadelivery" rolled_down = 0 +/obj/item/clothing/under/names_pizza + name = "pizza delivery uniform" + desc = "An outfit fit for delivering pizzas! Whoever wears it either has a vore-wish or really needs the money. Maybe both." + icon_state = "pizzadelivery_fluff" + item_state = "pizzadelivery_fluff" + body_parts_covered = CHEST + //////////////////////TALON JUMPSUITS////////////////////// /obj/item/clothing/under/rank/talon/basic