mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
The Big Botany BResprite: Movement II, The Clothening (#29902)
* code and icons * file renaming * vendor prices, apron/overalls obj icons, species sprites * species head sprites because thats a thing * loadout inconsistencies fix * vox have their own apron and overalls sprites so i added those. oh the lengths i go for you botany * loadout 2: return of the inconsistencies Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * maybe fixes merge conflict? * merge conflicts are so annoying holy shit * sick of this dme junk * remove unrelated change Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * merge conflict test fix * super merge conflict fix * fix drask syndiberet * actually fixes drask syndiberet * super ultra final beret fix * Update loadout_uniform.dm --------- Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com>
This commit is contained in:
@@ -87,6 +87,16 @@
|
||||
path = /obj/item/clothing/head/soft/janitorpurple
|
||||
allowed_roles = list("Janitor")
|
||||
|
||||
/datum/gear/hat/caphydroblue
|
||||
display_name = "Cap, hydroponics blue"
|
||||
path = /obj/item/clothing/head/soft/hydroponics
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/hat/caphydrobrown
|
||||
display_name = "Cap, hydroponics brown"
|
||||
path = /obj/item/clothing/head/soft/hydroponics_alt
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/hat/capred
|
||||
display_name = "Cap, red"
|
||||
path = /obj/item/clothing/head/soft/red
|
||||
@@ -202,6 +212,16 @@
|
||||
path = /obj/item/clothing/head/beret/janitor
|
||||
allowed_roles = list("Janitor")
|
||||
|
||||
/datum/gear/hat/beret_job/hydroponics
|
||||
display_name = "Beret, hydroponics blue"
|
||||
path = /obj/item/clothing/head/beret/hydroponics
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/hat/beret_job/hydroponics_alt
|
||||
display_name = "Beret, hydroponics brown"
|
||||
path = /obj/item/clothing/head/beret/hydroponics_alt
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/hat/beret_job/hop
|
||||
display_name = "Beret, head of personnel"
|
||||
path = /obj/item/clothing/head/beret/hop
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
/datum/gear/uniform/suit
|
||||
main_typepath = /datum/gear/uniform/suit
|
||||
|
||||
/datum/gear/uniform/suit/job
|
||||
main_typepath = /datum/gear/uniform/suit/job
|
||||
subtype_selection_cost = FALSE
|
||||
|
||||
/datum/gear/uniform/turtleneck
|
||||
main_typepath = /datum/gear/uniform/turtleneck
|
||||
|
||||
@@ -362,6 +366,12 @@
|
||||
allowed_roles = list("Head of Security")
|
||||
|
||||
//Service
|
||||
|
||||
/datum/gear/uniform/suit/job/hydroponics_alt
|
||||
display_name = "Jumpsuit, hydroponics brown"
|
||||
path = /obj/item/clothing/under/rank/civilian/hydroponics/alt
|
||||
allowed_roles = list("Botanist")
|
||||
|
||||
/datum/gear/uniform/skirt/job/clown
|
||||
display_name = "Skirt, clown"
|
||||
path = /obj/item/clothing/under/rank/civilian/clown/skirt
|
||||
|
||||
Reference in New Issue
Block a user