Expand chef ensemble possibilities (#30826)

* Add many chef clothes to game, chefdrobe, and loadout.

* Add another chef envirosuit.
This commit is contained in:
Alan
2025-11-05 10:22:00 +00:00
committed by GitHub
parent 19b7120e7b
commit 47300bb0d0
40 changed files with 165 additions and 3 deletions
@@ -1050,7 +1050,7 @@
/obj/item/storage/belt/chef
name = "culinary tool apron"
desc = "An apron with various pockets for holding all your cooking tools and equipment."
icon_state = "chefbelt"
icon_state = "apron_white"
storage_slots = 10
max_w_class = WEIGHT_CLASS_NORMAL
max_combined_w_class = 25
@@ -1073,6 +1073,21 @@
/obj/item/reagent_containers/condiment,
/obj/item/reagent_containers/glass/beaker)
sprite_sheets = list(
"Drask" = 'icons/mob/clothing/species/drask/belt.dmi',
"Grey" = 'icons/mob/clothing/species/grey/belt.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/belt.dmi',
"Vox" = 'icons/mob/clothing/species/vox/belt.dmi'
)
/obj/item/storage/belt/chef/black
icon_state = "apron_black"
/obj/item/storage/belt/chef/red
icon_state = "chefbelt"
sprite_sheets = list(
"Kidan" = 'icons/mob/clothing/species/kidan/belt.dmi',
"Vox" = 'icons/mob/clothing/species/vox/belt.dmi'
)
/obj/item/storage/belt/chef/green
icon_state = "apron_green"