Fixes a bunch of to_chat runtimes (#4817)

* Fixes a bunch of to_chat runtimes

* also that one
This commit is contained in:
Tastyfish
2016-06-29 08:31:27 -04:00
committed by Fox McCloud
parent 7e9ff08ceb
commit cc1f984136
4 changed files with 18 additions and 18 deletions
@@ -637,7 +637,7 @@
return -1
if(!held_item)
to_chat(usr, "<span class='warning'>You have nothing to drop!</span>")
to_chat(src, "<span class='warning'>You have nothing to drop!</span>")
return 0
if(!drop_gently)