Skip to content

Commit

Permalink
fix(fight/plunder): Timer to reduce scout count
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickelza committed Sep 11, 2024
1 parent 3d6c6a7 commit 62c1d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/enums/Timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ def __init__(
Env.SHOULD_LOG_TIMER_FIGHT_PLUNDER_SCOUT_COUNT_DECREASE.get_bool(),
Env.SHOULD_RUN_ON_STARTUP_FIGHT_PLUNDER_SCOUT_COUNT_DECREASE.get_bool(),
)
TIMERS.append(FIGHT_PLUNDER_SCOUT_COUNT_DECREASE)

0 comments on commit 62c1d25

Please sign in to comment.