mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-24 13:41:08 +07:00
AI tile evaluation considers Faith
This commit is contained in:
parent
83fb2d048c
commit
e6893ef298
@ -468,6 +468,7 @@ object Automation {
|
||||
rank += stats.production
|
||||
rank += stats.science
|
||||
rank += stats.culture
|
||||
rank += stats.faith
|
||||
return rank
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user