Fixes hand interaction with kinetic assembler (#30463)

This commit is contained in:
PollardTheDragon
2025-09-24 17:59:35 +00:00
committed by GitHub
parent 568a6681b7
commit 6fdacb21e0
@@ -199,6 +199,10 @@
if(!allowed(user) && !isobserver(user))
to_chat(user, "<span class='warning'>Access denied.</span>")
return FINISH_ATTACK
if(finished_product)
to_chat(user, "<span class='warning'>[src] has a nearly-complete product!</span>")
return FINISH_ATTACK
if(!primary)
to_chat(user, "<span class='warning'>[src] lacks a primary component!</span>")
return FINISH_ATTACK