Skip to content

Commit

Permalink
Fix yank object verb for others
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 24, 2023
1 parent 76533de commit adac83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ note dizziness decrements automatically in the mob's Life() proc.
return FALSE
to_chat(src, SPAN_WARNING("You attempt to get a good grip on [selection] in your body."))
else
if(get_active_hand())
if(usr.get_active_hand())
to_chat(usr, SPAN_WARNING("You need an empty hand for this!"))
return FALSE
to_chat(usr, SPAN_WARNING("You attempt to get a good grip on [selection] in [src]'s body."))
Expand Down

0 comments on commit adac83f

Please sign in to comment.