Skip to content

Commit

Permalink
chore: update vision range
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Dec 20, 2024
1 parent 2b9f4ad commit 7f1442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot_manager/lib/bot_state_machine.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule BotManager.BotStateMachine do
@skill_1_key "1"
@skill_2_key "2"
@dash_skill_key "3"
@vision_range 600
@vision_range 1200

def decide_action(%{bots_enabled?: false}) do
{:move, %{x: 0, y: 0}}
Expand Down

0 comments on commit 7f1442a

Please sign in to comment.