mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
* [MDB Ignore]Hats DMI split * e * STAFE * e * e Co-authored-by: Twaticus <46540570+Twaticus@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
17 lines
828 B
Plaintext
17 lines
828 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
|
|
|
|
/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)
|