Changed all hardcoded Great General references to unique-based

This commit is contained in:
Yair Morgenstern
2020-12-22 23:03:41 +02:00
parent a4e93d89f1
commit 12b844d917
4 changed files with 8 additions and 6 deletions

View File

@ -5,7 +5,6 @@ object Constants {
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"
const val ocean = "Ocean"