Skip to content

Commit

Permalink
allows picking up paper bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee B committed Oct 9, 2023
1 parent aec6d0f commit a70499f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/paperwork/paperbin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
/obj/item/paper_bin/MouseDrop(atom/over_object)
if(over_object == usr && ishuman(usr) && !usr.is_mob_restrained() && !usr.stat && (loc == usr || in_range(src, usr)))
if(!usr.get_active_hand()) //if active hand is empty
attack_hand(usr, 1, 1)

put_in_hands(src)
return

/obj/item/paper_bin/attack_hand(mob/user)
Expand Down

0 comments on commit a70499f

Please sign in to comment.