Update silicon_defense.dm (#30913)

This commit is contained in:
CRUNCH
2025-11-12 07:33:42 +00:00
committed by GitHub
parent ae00aa0e4b
commit 276f28cb63
@@ -56,6 +56,14 @@
return FALSE
/mob/living/silicon/attack_hand(mob/living/carbon/human/M)
if(istype(M))
var/obj/item/organ/external/temp = M.bodyparts_by_name["r_hand"]
if(M.hand)
temp = M.bodyparts_by_name["l_hand"]
if(!temp || !temp.is_usable())
to_chat(M, "<span class='warning'>You can't use your hand!</span>")
return
switch(M.a_intent)
if(INTENT_HELP)
M.visible_message("<span class='notice'>[M] pets [src]!</span>", \