Adds an adjacent check for sleeper beaker removal (#15242)

Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
This commit is contained in:
Farie82
2021-01-06 09:45:29 +00:00
committed by GitHub
co-authored by joep van der velden
parent be477b49a1
commit cbad44807f
+1 -1
View File
@@ -462,7 +462,7 @@
set category = "Object"
set src in oview(1)
if(usr.incapacitated()) //are you cuffed, dying, lying, stunned or other
if(usr.incapacitated() || !Adjacent(usr))
return
if(beaker)