It does require a TorCharacter unit to be listed there, you could however put "Me" there
So the top line would look like:
new Decorator(ret => Me.ResourcePercent() >= 80 || AbilityManager.CanCast("Vent Heat", Me),
instead of Me.CurrentTarget. I think all its doing is making sure that you...