From 45eee2571917b6ff48f237d9796696148cd6086c Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 19 Nov 2022 12:53:27 +0100 Subject: Increased spawn spread --- battles/src/BaseBattle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battles') diff --git a/battles/src/BaseBattle.cpp b/battles/src/BaseBattle.cpp index 4088936..98af764 100644 --- a/battles/src/BaseBattle.cpp +++ b/battles/src/BaseBattle.cpp @@ -19,7 +19,7 @@ namespace battles BaseBattle::BaseBattle(const Scenario& scenario) : _registry {}, - spawner {scenario.total_teams(), 2.5, 0.1} + spawner {scenario.total_teams(), 3.0, 0.2} { const auto repo = universe::load_sample(); Builder build {_registry, spawner}; -- cgit v1.1