[s] Fix grinder detach. (#31836)

This commit is contained in:
Alan
2026-04-04 18:11:06 +00:00
committed by GitHub
parent 22f2831a69
commit c53bc3fd2d
@@ -343,6 +343,8 @@
return
if(!Adjacent(user))
return
if(operating)
return
if(HAS_TRAIT(user, TRAIT_HANDS_BLOCKED))
return
beaker.forceMove(get_turf(src))