From c9ab705c80709f30a81de07c6198eb97bc3027a1 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 7 Apr 2020 16:08:38 +0300 Subject: [PATCH] Ghommies suggestion --- code/modules/power/cable.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 2f6eaee2a9..fddc6d461c 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -564,9 +564,7 @@ By design, d1 is the smallest direction and d2 is the highest return if(!check_cable_amount()) return - amount -= 15 - if(amount == 0) - qdel(src) + use(15) var/obj/item/restraints/handcuffs/cable/result = new(get_turf(user)) user.put_in_hands(result) result.color = color