mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 02:54:44 +01:00
cfb57feeaa
## About The Pull Request https://github.com/user-attachments/assets/35f487ef-8253-4c92-97d2-c5776c4c2815 - bomb hoods - hard hats - welding helmets also surgery caps use the cloth sounds now ## Changelog 🆑 sound: added sounds for utility headwear sound: surgery caps use cloth sounds now /🆑
20 lines
888 B
Plaintext
20 lines
888 B
Plaintext
|
|
/obj/item/clothing/head/utility/beekeeper_head
|
|
name = "beekeeper hat"
|
|
desc = "Keeps the lil buzzing buggers out of your eyes."
|
|
icon_state = "beekeeper"
|
|
inhand_icon_state = null
|
|
clothing_flags = THICKMATERIAL | SNUG_FIT
|
|
pickup_sound = null
|
|
drop_sound = null
|
|
equip_sound = null
|
|
|
|
/obj/item/clothing/suit/utility/beekeeper_suit
|
|
name = "beekeeper suit"
|
|
desc = "Keeps the lil buzzing buggers away from your squishy bits."
|
|
icon_state = "beekeeper"
|
|
inhand_icon_state = null
|
|
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
|
clothing_flags = THICKMATERIAL
|
|
allowed = list(/obj/item/melee/flyswatter, /obj/item/reagent_containers/spray/plantbgone, /obj/item/plant_analyzer, /obj/item/seeds, /obj/item/reagent_containers/cup/bottle, /obj/item/reagent_containers/cup/beaker, /obj/item/cultivator, /obj/item/reagent_containers/spray/pestspray, /obj/item/hatchet, /obj/item/storage/bag/plants)
|