mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #4260 from Firecage/Chamjumpsuit
Removed object verb from Chameleon jumpsuit.
This commit is contained in:
@@ -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 << "<span class='notice'>Your jumpsuit is functioning normally again.</span>"
|
||||
..()
|
||||
|
||||
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user