From c31bf9e223c2a1872f385641dcc9aea7098d8872 Mon Sep 17 00:00:00 2001 From: Firecage Date: Sat, 26 Jul 2014 17:00:55 +0200 Subject: [PATCH] Removed object verb from Chameleon jumpsuit. --- code/modules/clothing/under/chameleon.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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