mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixes a bunch of to_chat runtimes (#4817)
* Fixes a bunch of to_chat runtimes * also that one
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user