Added missing unit type filter (#5548)

This commit is contained in:
Xander Lenstra 2021-10-24 19:47:47 +02:00 committed by GitHub
parent b66443574e
commit f474cf1516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,6 +520,7 @@ class BaseUnit : RulesetObject(), INonPerpetualConstruction {
return when (filter) {
unitType -> true
name -> true
replaces -> true
"All" -> true
"Melee" -> isMelee()