Files
Paradise/code/modules/hydroponics/beekeeping/beekeeper_suit.dm
KasparoVy ffc0083098 bottlefix
2016-09-18 01:06:47 -04:00

17 lines
622 B
Plaintext

/obj/item/clothing/head/beekeeper_head
name = "beekeeper hat"
desc = "Keeps the li'l buzzing buggers out of your eyes."
icon_state = "beekeeper"
item_state = "beekeeper"
flags = THICKMATERIAL
/obj/item/clothing/suit/beekeeper_suit
name = "beekeeper suit"
desc = "Keeps the li'l buzzing buggers away from your squishy bits."
icon_state = "beekeeper"
item_state = "beekeeper"
flags = THICKMATERIAL
allowed = list (/obj/item/weapon/reagent_containers/spray/plantbgone,/obj/item/device/analyzer/plant_analyzer,/obj/item/seeds,/obj/item/weapon/reagent_containers/glass/bottle/fertilizer,/obj/item/weapon/minihoe)