From bff55cc3625fc17c61e095155946811929121144 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Fri, 6 Jul 2018 17:19:56 +0800 Subject: [PATCH] Update handcuffs.dm --- modular_citadel/code/game/objects/items/handcuffs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/game/objects/items/handcuffs.dm b/modular_citadel/code/game/objects/items/handcuffs.dm index 8c5bbdb58d..ed5e8a191e 100644 --- a/modular_citadel/code/game/objects/items/handcuffs.dm +++ b/modular_citadel/code/game/objects/items/handcuffs.dm @@ -1,4 +1,5 @@ /obj/item/restraints/handcuffs/fake/kinky name = "kinky handcuffs" desc = "Fake handcuffs meant for erotic roleplay." - icon_state = "handcuffGag" + icon = 'modular_citadel/icons/obj/items_and_weapons.dmi' + icon_state = "handcuffgag"