mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
8821ab9a66
* compiles checkpoint * fix some * updatepaths * fix * rrr * linters * fiexs * icon fixes * plasmemes * fix * fix * fix bit more * fix * well * cleanup * fix glasses layer * conflict * fuck gun code * fixes * fix * fixes to energy guns * review * conflict * support that 1 unathi pixel * fix
16 lines
546 B
Plaintext
16 lines
546 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"
|
|
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"
|
|
flags = THICKMATERIAL
|
|
allowed = list(/obj/item/melee/flyswatter, /obj/item/reagent_containers/spray, /obj/item/plant_analyzer, /obj/item/seeds, /obj/item/reagent_containers/glass/bottle, /obj/item/cultivator)
|
|
|