So in my little tower defense game, there is a tower that can freeze enemies. "Freezing" the enemies just slows them down. I want to know if I can have the tower only target unfrozen enemies. This seems like it would be obvious, but I don't have a clue. Any help?
If this helps, the "freeze" effect is handled by a boolean called "Frozen".