mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
* adds hat throwing on people and borgs * clothing flags, hats can knock off non-items, borg hat blacklist check * prevents hats with items in them from being able to land on heads * removes extra equip, hats can go on the hatless again, tinfoil fix * if * bit flag
17 lines
773 B
Plaintext
17 lines
773 B
Plaintext
|
|
/obj/item/clothing/head/beekeeper_head
|
|
name = "beekeeper hat"
|
|
desc = "Keeps the lil buzzing buggers out of your eyes."
|
|
icon_state = "beekeeper"
|
|
item_state = "beekeeper"
|
|
clothing_flags = THICKMATERIAL | SNUG_FIT
|
|
|
|
|
|
/obj/item/clothing/suit/beekeeper_suit
|
|
name = "beekeeper suit"
|
|
desc = "Keeps the lil buzzing buggers away from your squishy bits."
|
|
icon_state = "beekeeper"
|
|
item_state = "beekeeper"
|
|
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/glass/bottle, /obj/item/reagent_containers/glass/beaker, /obj/item/cultivator, /obj/item/reagent_containers/spray/pestspray, /obj/item/hatchet, /obj/item/storage/bag/plants)
|