mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
fix general points.
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user