Skip to content

Commit

Permalink
changed melee attack range to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchan550 committed Oct 17, 2023
1 parent 4c4cc85 commit 3330c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MobTask extends DefaultTask implements PriorityTask {
private static final int MELEE_DAMAGE = 10;
private static final long MELEE_ATTACK_SPEED = 2000;
private static final long RANGE_ATTACK_SPEED = 5000;
private static final float MELEE_ATTACK_RANGE = 0.2f;
private static final float MELEE_ATTACK_RANGE = 0f;

// Private variables
private final MobType mobType;
Expand Down

0 comments on commit 3330c63

Please sign in to comment.