tgstation PR #48189 by Yenwodyah

This commit is contained in:
Ghom
2020-03-08 14:10:34 +01:00
committed by GitHub
parent 57ba56d3bc
commit 4a61dc7b72
+2 -2
View File
@@ -412,16 +412,16 @@
else
if(I == handcuffed)
handcuffed.forceMove(drop_location())
handcuffed.dropped(src)
handcuffed = null
I.dropped(src)
if(buckled && buckled.buckle_requires_restraints)
buckled.unbuckle_mob(src)
update_handcuffed()
return
if(I == legcuffed)
legcuffed.forceMove(drop_location())
legcuffed.dropped(src)
legcuffed = null
I.dropped(src)
update_inv_legcuffed()
return
else