mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 13:49:54 +07:00
Fixed bug where all great people suddenly were scientists (#4582)
This commit is contained in:
@ -13,9 +13,9 @@ class GreatPersonManager {
|
|||||||
companion object {
|
companion object {
|
||||||
val statToGreatPersonMapping = hashMapOf<Stat, String>(
|
val statToGreatPersonMapping = hashMapOf<Stat, String>(
|
||||||
Stat.Science to "Great Scientist",
|
Stat.Science to "Great Scientist",
|
||||||
Stat.Production to "Great Scientist",
|
Stat.Production to "Great Engineer",
|
||||||
Stat.Gold to "Great Scientist",
|
Stat.Gold to "Great Merchant",
|
||||||
Stat.Culture to "Great Scientist",
|
Stat.Culture to "Great Artist",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user