mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
fix general points.
This commit is contained in:
parent
ae1629fcb0
commit
2575ffd01f
@ -22,6 +22,8 @@ class GreatPersonManager {
|
|||||||
toReturn.freeGreatPeople=freeGreatPeople
|
toReturn.freeGreatPeople=freeGreatPeople
|
||||||
toReturn.greatPersonPoints=greatPersonPoints.clone()
|
toReturn.greatPersonPoints=greatPersonPoints.clone()
|
||||||
toReturn.pointsForNextGreatPerson=pointsForNextGreatPerson
|
toReturn.pointsForNextGreatPerson=pointsForNextGreatPerson
|
||||||
|
toReturn.pointsForNextGreatGeneral = pointsForNextGreatGeneral
|
||||||
|
toReturn.greatGeneralPoints = greatGeneralPoints
|
||||||
return toReturn
|
return toReturn
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user