add BB global EXP multiplier

This commit is contained in:
Martin Michelsen
2023-11-15 22:37:56 -08:00
parent 722010c0f7
commit c84d4b134f
6 changed files with 11 additions and 1 deletions
+1
View File
@@ -116,6 +116,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
// Indexed as [type][difficulty][random_choice]
std::vector<std::vector<std::vector<ItemData>>> quest_F95E_results;
std::vector<ItemData> secret_lottery_results;
uint16_t bb_global_exp_multiplier;
std::shared_ptr<Episode3::TournamentIndex> ep3_tournament_index;