Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Fixes AI drones not being able to attack (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish authored Apr 11, 2022
1 parent 90f4eb7 commit 4c59ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/mob/living/critter/ai/flock/flocktasks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ butcher
if(owncritter.active_hand != 3) // stunner
owncritter.set_hand(3)
owncritter.set_dir(get_dir(owncritter, holder.target))
owncritter.hand_attack(holder.target, dummy_params)
owncritter.hand_range_attack(holder.target, dummy_params)
if(dist < run_range)
// RUN
walk_away(owncritter, holder.target, 1, 4)
Expand Down

0 comments on commit 4c59ff7

Please sign in to comment.