Update items.dm

This commit is contained in:
BlackMajor
2023-12-09 01:05:06 +13:00
committed by GitHub
parent 2450b06207
commit b5a7cf59ea
+2 -1
View File
@@ -226,6 +226,7 @@
/obj/item/attack_hand(mob/living/user as mob)
if (!user) return
..()
if(anchored)
to_chat(user, span("notice", "\The [src] won't budge, you can't pick it up!"))
return
@@ -1020,4 +1021,4 @@ Note: This proc can be overwritten to allow for different types of auto-alignmen
return
/obj/item/proc/get_welder()
return
return