diff --git a/code/game/objects/items/weapons/handcuffs.dm b/code/game/objects/items/weapons/handcuffs.dm index f25f515c8ac..ea149caa9ef 100644 --- a/code/game/objects/items/weapons/handcuffs.dm +++ b/code/game/objects/items/weapons/handcuffs.dm @@ -124,6 +124,7 @@ /obj/item/weapon/restraints/handcuffs/fake name = "fake handcuffs" desc = "Fake handcuffs for 'gag' purposes." + icon_state = "handcuffGag" breakouttime = 10 //Deciseconds = 1s /obj/item/weapon/restraints/handcuffs/cable/attackby(obj/item/I, mob/user, params) diff --git a/icons/obj/items.dmi b/icons/obj/items.dmi index fcb03df5424..25da8bb0887 100644 Binary files a/icons/obj/items.dmi and b/icons/obj/items.dmi differ