mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
part 1 of fixing #5521
This commit is contained in:
@@ -76,6 +76,10 @@
|
|||||||
set category = "Object"
|
set category = "Object"
|
||||||
set src in view(1)
|
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))
|
if(!Adjacent(usr))
|
||||||
usr << "You can't reach it."
|
usr << "You can't reach it."
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user