part 1 of fixing #5521

This commit is contained in:
Walter0o
2014-07-10 16:55:23 +02:00
parent cd0c49ab81
commit 323ced2803

View File

@@ -76,6 +76,10 @@
set category = "Object"
set src in view(1)
if(usr.stat || usr.restrained() || usr.lying || !istype(usr, /mob/living))
usr << "\red You can't do that."
return
if(!Adjacent(usr))
usr << "You can't reach it."
return