mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
put_in_hands instead of the other check
This commit is contained in:
@@ -1349,8 +1349,7 @@ About the new airlock wires panel:
|
||||
else
|
||||
user.visible_message("<span class='notice'>[user] cuts down [note] from [src].</span>", "<span class='notice'>You remove [note] from [src].</span>")
|
||||
playsound(src, 'sound/items/wirecutter.ogg', 50, 1)
|
||||
if(!user.put_in_active_hand(note) && !user.put_in_inactive_hand(note))
|
||||
note.forceMove(get_turf(user))
|
||||
user.put_in_hands(note)
|
||||
note = null
|
||||
update_icon()
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user