mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Borg Unbuckle (#9597)
This commit is contained in:
@@ -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))
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user