Skip to content

Commit

Permalink
Fixes beepsky (ParadiseSS13#25675)
Browse files Browse the repository at this point in the history
* yowza

* whabam
  • Loading branch information
Contrabang authored May 29, 2024
1 parent b7aa472 commit 40d03dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/bot/secbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 40d03dd

Please sign in to comment.