mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 21:26:13 +01:00
28 lines
737 B
Plaintext
28 lines
737 B
Plaintext
/obj/item/clothing/gloves/boxing
|
|
name = "boxing gloves"
|
|
desc = "Because you really needed another excuse to punch your crewmates."
|
|
icon_state = "boxing"
|
|
item_state = "boxing"
|
|
|
|
/obj/item/clothing/gloves/boxing/green
|
|
icon_state = "boxinggreen"
|
|
item_state = "boxinggreen"
|
|
|
|
/obj/item/clothing/gloves/boxing/blue
|
|
icon_state = "boxingblue"
|
|
item_state = "boxingblue"
|
|
|
|
/obj/item/clothing/gloves/boxing/yellow
|
|
icon_state = "boxingyellow"
|
|
item_state = "boxingyellow"
|
|
|
|
/obj/item/clothing/gloves/white
|
|
name = "white gloves"
|
|
desc = "These look pretty fancy."
|
|
icon_state = "latex"
|
|
item_state = "lgloves"
|
|
item_color="mime"
|
|
|
|
redcoat
|
|
item_color = "redcoat" //Exists for washing machines. Is not different from white gloves in any way.
|