anchored desk bell cannot be picked up anymore (#19260)

This commit is contained in:
Henri215
2022-10-03 18:18:43 -03:00
committed by GitHub
parent 6a876e1994
commit 61c4d66f16
+1 -1
View File
@@ -30,7 +30,7 @@
/obj/item/desk_bell/MouseDrop(atom/over_object)
var/mob/M = usr
if(HAS_TRAIT(M, TRAIT_HANDS_BLOCKED) || !Adjacent(M))
if(HAS_TRAIT(M, TRAIT_HANDS_BLOCKED) || !Adjacent(M) || anchored)
return
if(!ishuman(M))
return