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