add extension for fractional EXP multipliers on BB

This commit is contained in:
Martin Michelsen
2025-09-21 13:16:28 -07:00
parent 4236ff62b1
commit 65384435a3
8 changed files with 88 additions and 16 deletions
+2 -2
View File
@@ -154,8 +154,8 @@ Lobby::Lobby(shared_ptr<ServerState> s, uint32_t id, bool is_game)
episode(Episode::NONE),
mode(GameMode::NORMAL),
difficulty(0),
base_exp_multiplier(1),
exp_share_multiplier(0.5),
base_exp_multiplier(1.0f),
exp_share_multiplier(0.5f),
challenge_exp_multiplier(1.0f),
random_seed(phosg::random_object<uint32_t>()),
rand_crypt(make_shared<DisabledRandomGenerator>()),