mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
anchored desk bell cannot be picked up anymore (#19260)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user