UnitFilter accepts NationFilter of the civ (e.g. "vs [England] units")

chore: Constants for "Embarked" and "Wounded"
This commit is contained in:
Yair Morgenstern
2023-04-19 10:50:56 +03:00
parent 2b1f2513fc
commit 26a155351e
6 changed files with 13 additions and 8 deletions

View File

@ -74,6 +74,10 @@ object Constants {
const val barbarians = "Barbarians"
const val spectator = "Spectator"
const val embarked = "Embarked"
const val wounded = "Wounded"
const val rising = "Rising"
const val lowering = "Lowering"
const val remove = "Remove "