mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Added Camel Archer, Arabian unique unit
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user