mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 21:30:20 +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 {
|
||||
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",
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user