Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Sep 14, 2024
1 parent 5985ee5 commit db5684b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants/seasonal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ pub mod season_1 {
// match on those exact values first
SCORE_CYCLE_CRISIS_START => ScoreCycleState::Normal,
SCORE_CYCLE_BONUS_START => ScoreCycleState::Normal,
// then on the remaining ranges
// then on the remaining ranges - these are flipped from normal in s7, which is
// not currently open sourced
SCORE_CYCLE_CRISIS_START..SCORE_CYCLE_CRISIS_END => ScoreCycleState::Bonus,
SCORE_CYCLE_BONUS_START..SCORE_CYCLE_BONUS_END => ScoreCycleState::Crisis,
_ => ScoreCycleState::Normal,
Expand Down

0 comments on commit db5684b

Please sign in to comment.