You could click on an enemy to see it’s type (basically you click on a unit, then at the bottom it shows that unit’s portrait, name, and type like this):
Just make sure to lowercase the name when you check with unit.type
or findByType(type)
.
You could click on an enemy to see it’s type (basically you click on a unit, then at the bottom it shows that unit’s portrait, name, and type like this):
Just make sure to lowercase the name when you check with unit.type
or findByType(type)
.