Skip to content

Commit

Permalink
green bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Halonexus committed May 11, 2024
1 parent 3d603b2 commit fa0b0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/ordeal/green.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
return ..()

/mob/living/simple_animal/hostile/ordeal/green_bot_big/AttackingTarget(atom/attacked_target)
if(reloading)
return FALSE
. = ..()
if(.)
if(!istype(attacked_target, /mob/living))
Expand Down

0 comments on commit fa0b0cc

Please sign in to comment.