From 8ac58dbbb40291a4bfe0d00f7205bf4ad1645a14 Mon Sep 17 00:00:00 2001 From: Gabor Guzmics Date: Wed, 17 Oct 2018 00:54:19 +0200 Subject: [PATCH] some bs --- src/scon/stuff/ship_battle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scon/stuff/ship_battle.py b/src/scon/stuff/ship_battle.py index 6f514dc..a4ff41a 100644 --- a/src/scon/stuff/ship_battle.py +++ b/src/scon/stuff/ship_battle.py @@ -305,7 +305,7 @@ class TeamDeathMatch(ShipBattle): return True def main(): - game = TeamDeathMatch() + game = FreeForAll() game.add_ship('Holdens Crew', Spaceship('Rocinante', modules=[ Evasion(0.5, default_cooldown=30), # awesome evasive roci!