tool4ever

Results 117 comments of tool4ever

I'm not sure if it's legal to change the number of targets as part of such effects. Were you trying to do that?

@Jetz72 looks like this still happens despite #7015 can you recheck the logic? 🙏

sounds like user error only seeing one arrow is normal unless you arranged it to see all 4 battlefield at the same time....

I'm saying you're probably confusing what you're seeing are you even aware there are two other opponents that can also block? Please provide screenshots of your boardstate including log and...

# Why Rewrite Network Play? The current implementation of **Network Play** relies on [Java serialization/deserialization](https://www.geeksforgeeks.org/serialization-in-java/) via [Netty](https://netty.io/). While this does work, it is inefficient, transferring large amounts of unnecessary (duplicate)...

Not all are templated as cost, but there is no type choice when _Selective Snare_ resolves anyway.

@Hanmac can I do ChooseColor + ChooseType with hardcoded list and then just `TokenTypes$ ChosenType | TokenColors$ ChosenColor`? but the problem is we need to connect the choices somehow :/