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!