Skip to content

Commit

Permalink
Fix keystones virtual uber state
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Nov 24, 2023
1 parent 3e19b86 commit 1fa471e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/Randomizer/uber_states/uber_state_initialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ namespace randomizer {

register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 0), "Spirit Light", core::wrap<double>(core::api::game::player::spirit_light()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 1), "Gorlek Ore", core::wrap<double>(core::api::game::player::ore()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 1), "Keystones", core::wrap<double>(core::api::game::player::keystones()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 2), "Keystones", core::wrap<double>(core::api::game::player::keystones()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 10), "Max Health", core::wrap<double>(core::api::game::player::max_health()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 11), "Health", core::wrap<double>(core::api::game::player::health()));
register_virtual_state(std::make_pair(UberStateGroup::RandoVirtual, 12), "Max Energy", core::wrap<double>(core::api::game::player::max_energy()));
Expand Down Expand Up @@ -957,4 +957,4 @@ namespace randomizer {
dev::print_time(start_time, "Uber states initialized");
}
} // namespace
} // namespace randomizer
} // namespace randomizer

0 comments on commit 1fa471e

Please sign in to comment.