mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 10:23:15 +00:00
20 lines
632 B
Plaintext
20 lines
632 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"
|
|
put_on_delay = 60
|
|
species_exception = list(/datum/species/golem, /datum/species/golem/adamantine) // now you too can be a golem boxing champion
|
|
|
|
/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"
|