mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Adds more lost clothes to the loadouts (#10619)
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com>
This commit is contained in:
co-authored by
TheToaster98
parent
9fca7fa956
commit
ef69953320
@@ -313,6 +313,11 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(toytype)
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/ducky
|
||||
display_name = "rubber ducky"
|
||||
description = "A rubbery friend to make your bathtime better."
|
||||
path = /obj/item/bikehorn/rubberducky
|
||||
|
||||
/datum/gear/textmug
|
||||
display_name = "mug with text"
|
||||
description = "A mug with something written on it."
|
||||
|
||||
@@ -838,6 +838,20 @@
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(labcoats)
|
||||
|
||||
/datum/gear/suit/roles/neo_robo_coat
|
||||
display_name = "robotics labcoat"
|
||||
description = "A black version of the classic labcoat for roboticists."
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/neo_robo_coat
|
||||
allowed_roles = list(JOB_RESEARCH_DIRECTOR, JOB_ROBOTICIST)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/traffic_jacket
|
||||
display_name = "traffic officer's jacket"
|
||||
description = "A high visibility jacket for security personnel inclined to direct vehicles rather than people."
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/neo_police
|
||||
allowed_roles = list(JOB_SECURITY_OFFICER, JOB_HEAD_OF_SECURITY, JOB_WARDEN, JOB_DETECTIVE)
|
||||
show_roles = FALSE
|
||||
|
||||
/datum/gear/suit/jacket_modular
|
||||
display_name = "jacket, modular"
|
||||
path = /obj/item/clothing/suit/storage/fluff/jacket
|
||||
|
||||
@@ -879,3 +879,9 @@ Talon jumpsuit
|
||||
/datum/gear/uniform/cswoopdress/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
// waiter's outfit, this should probably be in a selector with all the other service uniforms.
|
||||
/datum/gear/uniform/waiter
|
||||
display_name = "waiter's outfit"
|
||||
description = "It's a very smart uniform with a special pocket for tip."
|
||||
path = /obj/item/clothing/under/waiter
|
||||
|
||||
Reference in New Issue
Block a user