mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes hand interaction with kinetic assembler (#30463)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user