Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions code/modules/client/preference_setup/loadout/loadout_fluffitems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/head/misc_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
7 changes: 7 additions & 0 deletions code/modules/clothing/under/miscellaneous_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading