Added default values for supply to fix almost all mods being broken (#5373)

This commit is contained in:
Xander Lenstra 2021-10-03 10:46:04 +02:00 committed by GitHub
parent 057f9b3f7b
commit 091622612c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ class Difficulty: INamed, ICivilopediaText {
var extraHappinessPerLuxury: Float = 0f
var researchCostModifier:Float = 1f
var unitCostModifier:Float = 1f
var unitSupplyBase: Int = 0
var unitSupplyPerCity: Int = 0
var unitSupplyBase: Int = 5
var unitSupplyPerCity: Int = 2
var buildingCostModifier:Float = 1f
var policyCostModifier:Float = 1f
var unhappinessModifier:Float = 1f