implement 6xDE command

This commit is contained in:
Martin Michelsen
2023-11-14 23:27:27 -08:00
parent d1161dd8e4
commit fbb053883b
6 changed files with 96 additions and 11 deletions
+1
View File
@@ -115,6 +115,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;
std::shared_ptr<Episode3::TournamentIndex> ep3_tournament_index;