Resolved #488 - Recalibrated tech costs

This commit is contained in:
Yair Morgenstern
2019-03-02 22:26:31 +02:00
parent 6ad3652205
commit c676d127dd
2 changed files with 15 additions and 15 deletions

View File

@ -20,7 +20,7 @@ class UnCivGame : Game() {
val viewEntireMapForDebug = false
// For when you need to test something in an advanced game and don't have time to faff around
val superchargedForDebug = true
val superchargedForDebug = false
lateinit var worldScreen: WorldScreen