Skip to content

Commit

Permalink
Fix wrong level requirement for Trained Eye (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonaeAkira committed Aug 16, 2024
1 parent 2d9c734 commit 35c2490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulator/src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ pub enum Action {
Groundwork,
DelicateSynthesis,
IntensiveSynthesis,
TrainedEye,
HeartAndSoul,
PrudentSynthesis,
TrainedFinesse,
TrainedEye,
ComboRefinedTouch,
QuickInnovation,
ImmaculateMend,
Expand Down Expand Up @@ -93,10 +93,10 @@ impl Action {
Action::Groundwork => 72,
Action::DelicateSynthesis => 76,
Action::IntensiveSynthesis => 78,
Action::TrainedEye => 80,
Action::HeartAndSoul => 86,
Action::PrudentSynthesis => 88,
Action::TrainedFinesse => 90,
Action::TrainedEye => 90,
Action::ComboRefinedTouch => 92,
Action::QuickInnovation => 96,
Action::ImmaculateMend => 98,
Expand Down

0 comments on commit 35c2490

Please sign in to comment.