Borg Unbuckle (#9597)

This commit is contained in:
Geeves
2020-08-06 21:00:02 +02:00
committed by GitHub
parent 7e6988a065
commit 4777208aac
2 changed files with 11 additions and 0 deletions
@@ -152,6 +152,11 @@
"<span class='notice'>You hear metal clanking.</span>")
qdel(W)
else if(istype(W, /obj/item/gripper) && buckled_mob)
var/obj/item/gripper/G = W
if(!G.wrapped)
user_unbuckle_mob(user)
else if(!istype(W, /obj/item/bedsheet))
..()