Fixes delete hotkey triggering messages when the user isn't even a living mob (#31165)

This commit is contained in:
kevinz000
2017-10-01 07:25:25 -07:00
committed by CitadelStationBot
parent 58ff06a44b
commit 40bcb74a56
+2
View File
@@ -62,6 +62,8 @@
/client/verb/delete_key_pressed()
set hidden = 1
if(!isliving(usr))
return
if(!usr.pulling)
to_chat(usr, "<span class='notice'>You are not pulling anything.</span>")
return