You can no longer buckle anchored mobs to things.

This commit is contained in:
Dax Dupont
2018-04-20 17:35:02 +02:00
parent 251d9ac471
commit 8cefe21ec4
+1 -1
View File
@@ -107,7 +107,7 @@
//Wrapper procs that handle sanity and user feedback
/atom/movable/proc/user_buckle_mob(mob/living/M, mob/user, check_loc = TRUE)
if(!in_range(user, src) || !isturf(user.loc) || user.incapacitated())
if(!in_range(user, src) || !isturf(user.loc) || user.incapacitated() || M.anchored)
return FALSE
add_fingerprint(user)