Settler 'by name' recognition changed to 'by unique' recognition, allowing for modded settler-like units

This commit is contained in:
Yair Morgenstern
2020-08-23 00:28:55 +03:00
parent a930ad6360
commit 002d0cc7f6
10 changed files with 38 additions and 34 deletions

View File

@ -4,6 +4,7 @@ object Constants {
const val worker = "Worker"
const val workerUnique = "Can build improvements on tiles"
const val settler = "Settler"
const val settlerUnique = "Founds a new city"
const val greatGeneral = "Great General"
const val impassable = "Impassable"