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
@@ -21,6 +21,7 @@ Lobby::Lobby(uint32_t id)
episode(Episode::NONE),
mode(GameMode::NORMAL),
difficulty(0),
exp_multiplier(1),
random_seed(random_object<uint32_t>()),
event(0),
block(0),