mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -04:00
Added missing unit type filter (#5548)
This commit is contained in:
parent
b66443574e
commit
f474cf1516
@ -520,6 +520,7 @@ class BaseUnit : RulesetObject(), INonPerpetualConstruction {
|
|||||||
return when (filter) {
|
return when (filter) {
|
||||||
unitType -> true
|
unitType -> true
|
||||||
name -> true
|
name -> true
|
||||||
|
replaces -> true
|
||||||
"All" -> true
|
"All" -> true
|
||||||
|
|
||||||
"Melee" -> isMelee()
|
"Melee" -> isMelee()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user