Fixes beepsky (#25675)

* yowza

* whabam
This commit is contained in:
Contrabang
2024-05-29 02:08:03 +00:00
committed by GitHub
parent b7aa472430
commit 40d03dd669
@@ -195,7 +195,7 @@
..()
if(istype(W, /obj/item/weldingtool) && user.a_intent != INTENT_HARM) // Any intent but harm will heal, so we shouldn't get angry.
return
if(!isscrewdriver(W) && !locked && (W.force) && (!target) && (W.damtype != STAMINA))//If the target is locked, they are recieving damage from the screwdriver
if(W.force && !target && W.damtype != STAMINA)
retaliate(user)
/mob/living/simple_animal/bot/secbot/emag_act(mob/user)