Remove Brutal Peeps global unlock config

This commit is contained in:
2026-06-05 19:27:07 -04:00
parent 507a0ef9f0
commit 563f84d87a
2 changed files with 0 additions and 18 deletions
-5
View File
@@ -176,13 +176,8 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
bool enable_bb_ship_selection_menu = false;
bool use_psov2_rand_crypt = false; // Used in some tests
bool enable_brutal_peeps_mode = false;
int64_t brutal_peeps_enemy_hp_scale_tier = -1; // -1 = disabled; 0..10 = scale BB enemy HP in stream files
bool enable_hardcore_mode = false;
bool enable_test_mode = false;
int8_t brutal_peeps_max_tier = 10;
int8_t brutal_peeps_unlocked_tier_v2 = 0;
int8_t brutal_peeps_unlocked_tier_v3 = 0;
int8_t brutal_peeps_unlocked_tier_v4 = 0;
bool use_legacy_item_random_behavior = false; // Used in some tests
bool rare_notifs_enabled_for_client_drops = false;
bool default_rare_notifs_enabled_v1_v2 = false;