add EXP multipliers

This commit is contained in:
Martin Michelsen
2023-06-23 17:16:50 -07:00
parent fba31bfc8d
commit d6f8fb8917
6 changed files with 22 additions and 5 deletions
+1
View File
@@ -69,6 +69,7 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
Episode episode;
GameMode mode;
uint8_t difficulty; // 0-3
uint16_t exp_multiplier;
std::u16string password;
std::u16string name;
// This seed is also sent to the client for rare enemy generation