RageLeague 1506 Report post Posted September 12, 2021 So I made a card that can target an intent, supposedly. However, while the intents are highlighted during targeting, I can never actually select the target and play it. This seems really weird. Share this post Link to post Share on other sites
rooks 266 Report post Posted September 20, 2021 Targeting intents was something we experimented with in development, but was ended up not being used and got disabled. There's a few places in the code where this is done explicitly and it's unlikely to work completely without some edits and play-testing. If you'd like to experiment, Minigame:CanPlayCard is responsible for the invalid target message (lines 1496-1498). You'd also need to type check the 'primary_target' variable in Minigame:CollectTargets. Share this post Link to post Share on other sites