committed by
CitadelStationBot
parent
072e5b32ae
commit
3ea4e84719
@@ -32,10 +32,6 @@
|
||||
/obj/item/wirecutters/attack(mob/living/carbon/C, mob/user)
|
||||
if(istype(C) && C.handcuffed && istype(C.handcuffed, /obj/item/restraints/handcuffs/cable))
|
||||
user.visible_message("<span class='notice'>[user] cuts [C]'s restraints with [src]!</span>")
|
||||
qdel(C.handcuffed)
|
||||
C.handcuffed = null
|
||||
if(C.buckled && C.buckled.buckle_requires_restraints)
|
||||
C.buckled.unbuckle_mob(C)
|
||||
qdel(C.handcuffed)
|
||||
return
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user