part 2 of fixing #5521

This commit is contained in:
Walter0o
2014-07-10 16:55:38 +02:00
parent 323ced2803
commit 6bff77c0ba
+8
View File
@@ -34,6 +34,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
@@ -87,6 +91,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