mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync
This commit is contained in:
@@ -668,7 +668,6 @@
|
||||
if(autocuff && iscarbon(target))
|
||||
var/mob/living/carbon/carbontarget = target
|
||||
carbontarget.set_handcuffed(new cuff_type(carbontarget))
|
||||
carbontarget.update_handcuffed()
|
||||
return
|
||||
|
||||
if(istype(target, /obj/machinery/door))
|
||||
|
||||
@@ -269,6 +269,8 @@
|
||||
return part.try_attach_part(user, src, FALSE)
|
||||
|
||||
if(is_wire_tool(tool) && (mecha_flags & PANEL_OPEN))
|
||||
if(user.combat_mode)
|
||||
return
|
||||
if(wires.interact(user))
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user