# HG changeset patch # User IBBoard # Date 1299960013 0 # Node ID e09a8d9c95f61e0cf484cae4625b7ae57398e0fe # Parent 8a64b36d36b8f64255d8c423416b65f9ee87d1c3 Re #342: Game system has no stats by default * Initial minor change to make #324 tests work properly. Other parts still need testing/fixing. diff -r 8a64b36d36b8 -r e09a8d9c95f6 api/Objects/GameSystem.cs --- a/api/Objects/GameSystem.cs Wed Mar 09 20:59:34 2011 +0000 +++ b/api/Objects/GameSystem.cs Sat Mar 12 20:00:13 2011 +0000 @@ -23,6 +23,7 @@ public GameSystem(string systemID, string systemName, IWarFoundryFactory creatingFactory) : base(systemID, systemName, creatingFactory) { stats = new Dictionary(); + defaultStats = ""; } public int SystemArmyDefaultSize