add extension for fractional EXP multipliers on BB
This commit is contained in:
+2
-2
@@ -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>()),
|
||||
|
||||
Reference in New Issue
Block a user