mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Fix Great General counter not decreasing upon spawning a general (#10882)
* Fix Great General counter not decreasing upon spawning a general * Actually, screw it, might as well trmove this whole section
This commit is contained in:
parent
1b6d75c4db
commit
68786d7603
|
|
@ -42,11 +42,6 @@ object BackwardCompatibility {
|
|||
if (pointsForNextGreatGeneral >= pointsForNextGreatGeneralCounter["Great General"]) {
|
||||
pointsForNextGreatGeneralCounter["Great General"] = pointsForNextGreatGeneral
|
||||
} else pointsForNextGreatGeneral = pointsForNextGreatGeneralCounter["Great General"]
|
||||
|
||||
|
||||
if (greatGeneralPoints >= greatGeneralPointsCounter["Great General"]) {
|
||||
greatGeneralPointsCounter["Great General"] = greatGeneralPoints
|
||||
} else greatGeneralPoints = greatGeneralPointsCounter["Great General"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user