settings stuff

This commit is contained in:
Chris Forbes
2010-01-03 20:07:56 +13:00
parent 67cda2162b
commit a1fc5406ea
3 changed files with 20 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRa.Game.GameRules
public readonly string Replay = "";
// Gameplay options
public readonly bool RepairRequiresConyard = false;
public readonly bool RepairRequiresConyard = true;
}
}