mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Botany Resprite: Section C, Accessories (#30714)
* sprites wip * remove wintercoat * Update config.toml * remove wintercoat 2 * bandana sprites
This commit is contained in:
@@ -168,6 +168,11 @@
|
||||
path = /obj/item/clothing/head/cowboyhat/sec
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective")
|
||||
|
||||
/datum/gear/hat/cowboyhat/hydro
|
||||
display_name = "Cowboy hat, botany"
|
||||
path = /obj/item/clothing/head/cowboyhat/hydro
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/hat/beret_purple
|
||||
display_name = "Beret, purple"
|
||||
path = /obj/item/clothing/head/beret/purple_normal
|
||||
|
||||
@@ -215,6 +215,11 @@
|
||||
desc = "Secway is your horse."
|
||||
icon_state = "cowboyhat_sec"
|
||||
|
||||
/obj/item/clothing/head/cowboyhat/hydro
|
||||
name = "botany cowboy hat"
|
||||
desc = "For the Farmer in us all."
|
||||
icon_state = "cowboyhat_botany"
|
||||
|
||||
/obj/item/clothing/head/fedora
|
||||
name = "fedora"
|
||||
desc = "A great hat ruined by being within fifty yards of you."
|
||||
|
||||
@@ -92,11 +92,16 @@
|
||||
insert_max = 2
|
||||
|
||||
/obj/item/clothing/suit/storage/labcoat/hydro
|
||||
name = "hydroponics labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has green research markings."
|
||||
name = "botany labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has blue research markings."
|
||||
icon_state = "labcoat_botany_open"
|
||||
allowed = list(/obj/item/plant_analyzer, /obj/item/reagent_containers/glass/bottle, /obj/item/storage/bag/plants, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/glass/beaker, /obj/item/paper)
|
||||
|
||||
/obj/item/clothing/suit/storage/labcoat/hydro/alt
|
||||
name = "hydroponics labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has brown research markings."
|
||||
icon_state = "labcoat_hydro_open"
|
||||
|
||||
/obj/item/clothing/suit/storage/labcoat/abductor
|
||||
name = "alien labcoat"
|
||||
desc = "A comfortable suit for alien scientists. Has pink markings."
|
||||
|
||||
Reference in New Issue
Block a user