Skip to content

Commit

Permalink
[MIRROR] Fix parrot drop message visible to observers
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 3, 2023
1 parent c38b4a1 commit 6d132c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
return -1

if(!held_item)
to_chat(usr, SPAN_WARNING("You have nothing to drop!"))
to_chat(src, SPAN_WARNING("You have nothing to drop!"))
return 0

if(!drop_gently)
Expand Down

0 comments on commit 6d132c8

Please sign in to comment.