mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Handcuff teamwork (#12481)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
can_place = TRUE
|
||||
else
|
||||
for (var/obj/item/grab/G in C.grabbed_by)
|
||||
if (G.loc == user && G.state >= GRAB_AGGRESSIVE)
|
||||
if (G.state >= GRAB_AGGRESSIVE)
|
||||
can_place = TRUE
|
||||
break
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
user.drop_from_inventory(cuffs,target)
|
||||
else
|
||||
cuffs.forceMove(target)
|
||||
|
||||
|
||||
if(!legcuff)
|
||||
target.handcuffed = cuffs
|
||||
target.update_inv_handcuffed()
|
||||
@@ -250,4 +250,4 @@
|
||||
icon_state = "legcuff"
|
||||
legcuff = TRUE
|
||||
breakouttime = 30 SECONDS
|
||||
cuff_type = "legcuffs"
|
||||
cuff_type = "legcuffs"
|
||||
|
||||
Reference in New Issue
Block a user