mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Colorable loadout items
This commit is contained in:
@@ -6,3 +6,19 @@
|
|||||||
display_name = "wedding ring, silver"
|
display_name = "wedding ring, silver"
|
||||||
path = /obj/item/clothing/gloves/weddingring/silver
|
path = /obj/item/clothing/gloves/weddingring/silver
|
||||||
|
|
||||||
|
/datum/gear/gloves/colored
|
||||||
|
display_name = "gloves, colorable"
|
||||||
|
path = /obj/item/clothing/gloves/color
|
||||||
|
|
||||||
|
/datum/gear/gloves/colored/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
|
|
||||||
|
|
||||||
|
/datum/gear/gloves/latex/colorable
|
||||||
|
display_name = "gloves, latex, colorable"
|
||||||
|
path = /obj/item/clothing/gloves/latex
|
||||||
|
|
||||||
|
/datum/gear/gloves/latex/colorable/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
/datum/gear/suit/labcoat_colorable
|
||||||
|
display_name = "labcoat, colorable"
|
||||||
|
path = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||||
|
|
||||||
|
/datum/gear/suit/labcoat_colorable/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||||
@@ -14,3 +14,8 @@
|
|||||||
name = "silver wedding ring"
|
name = "silver wedding ring"
|
||||||
icon_state = "wedring_s"
|
icon_state = "wedring_s"
|
||||||
item_state = "wedring_s"
|
item_state = "wedring_s"
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/color
|
||||||
|
desc = "A pair of gloves, they don't look special in any way."
|
||||||
|
item_state_slots = list(slot_r_hand_str = "white", slot_l_hand_str = "white")
|
||||||
|
icon_state = "latex"
|
||||||
|
|||||||
Reference in New Issue
Block a user