diff --git a/code/game/objects/items/weapons/handcuffs.dm b/code/game/objects/items/weapons/handcuffs.dm index 60e02feab65..25ee157950d 100644 --- a/code/game/objects/items/weapons/handcuffs.dm +++ b/code/game/objects/items/weapons/handcuffs.dm @@ -115,6 +115,11 @@ var/last_chew = 0 last_chew = world.time +/obj/item/weapon/handcuffs/fuzzy + name = "fuzzy cuffs" + icon_state = "fuzzycuff" + desc = "Use this to keep... 'prisoners' in line." + /obj/item/weapon/handcuffs/cable name = "cable restraints" desc = "Looks like some cables tied together. Could be used to tie something up." diff --git a/icons/obj/items.dmi b/icons/obj/items.dmi index e0b25abb5ee..88457f09c2f 100644 Binary files a/icons/obj/items.dmi and b/icons/obj/items.dmi differ