Lock BB test characters to test ship

This commit is contained in:
2026-05-22 21:49:38 -04:00
parent 6bb5bb8496
commit 57f3e1e5f2
3 changed files with 45 additions and 39 deletions
+1
View File
@@ -178,6 +178,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
bool enable_blueballz = false;
int64_t blueballz_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 blueballz_max_tier = 10;
int8_t blueballz_unlocked_tier_v2 = 0;
int8_t blueballz_unlocked_tier_v3 = 0;