diff --git a/code/modules/clothing/under/chameleon.dm b/code/modules/clothing/under/chameleon.dm index 8fa492d81b6..b97de65d3ef 100644 --- a/code/modules/clothing/under/chameleon.dm +++ b/code/modules/clothing/under/chameleon.dm @@ -5,6 +5,7 @@ item_state = "bl_suit" item_color = "black" desc = "It's a plain jumpsuit. It seems to have a small dial on the wrist." + action_button_name = "Change" origin_tech = "syndicate=3" var/list/clothing_choices = list() var/malfunctioning = 0 @@ -56,10 +57,7 @@ M << "Your jumpsuit is functioning normally again." ..() - -/obj/item/clothing/under/chameleon/verb/change() - set name = "Change Color" - set category = "Object" +/obj/item/clothing/under/chameleon/attack_self() set src in usr var/obj/item/clothing/under/A