Greyscale cables

This commit is contained in:
Emmett Gaines
2017-10-25 22:46:38 -04:00
committed by CitadelStationBot
parent 630b332848
commit ae86a75362
14 changed files with 79 additions and 100 deletions
+6 -1
View File
@@ -169,6 +169,11 @@
W.ini_dir = W.dir
//END: oh fuck i'm so sorry
else if(istype(O, /obj/item/restraints/handcuffs/cable))
var/obj/item/cuffs = O
cuffs.item_color = item_color
cuffs.update_icon()
if (QDELETED(O))
return //It's a stack and has already been merged
@@ -261,7 +266,7 @@
if (user.get_inactive_held_item() == src)
if(zero_amount())
return
change_stack(user,1)
return change_stack(user,1)
else
..()