Added Camel Archer, Arabian unique unit

This commit is contained in:
Yair Morgenstern
2018-12-06 23:08:11 +02:00
parent 6672b9e7bd
commit 01ece11185
8 changed files with 387 additions and 364 deletions

View File

@ -21,7 +21,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 SuperchagedForDebug = false
val superchagedForDebug = false
lateinit var worldScreen: WorldScreen

View File

@ -278,7 +278,7 @@ class CityStats {
newStatPercentBonusList["Computers"]=getStatPercentBonusesFromComputers()
newStatPercentBonusList["Difficulty"]=getStatPercentBonusesFromDifficulty()
if(UnCivGame.Current.SuperchagedForDebug) {
if(UnCivGame.Current.superchagedForDebug) {
val stats = Stats()
for(stat in Stat.values()) stats.add(stat,10000f)
newStatPercentBonusList["Supercharged"] = stats