transient flag does this because your ability have 0° degree arc (means unit should be full turned to location before casting spell) and (due transientity) unit can't turn to that location. thats why it throws error "out of range" - it's not range like length, its range of arc spells, unit cannot turn.
for your spell i suggest use validator with custom "out of range" error message. just add it to your main ability effect with type "location range" and locations source and target points and this will do what u need i think
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
transient flag does this because your ability have 0° degree arc (means unit should be full turned to location before casting spell) and (due transientity) unit can't turn to that location. thats why it throws error "out of range" - it's not range like length, its range of arc spells, unit cannot turn.
for your spell i suggest use validator with custom "out of range" error message. just add it to your main ability effect with type "location range" and locations source and target points and this will do what u need i think