Professor Chronotis wrote:Shared Fate does not work as intended.
Shared Fate's comment @ line 163 says:
// You already get asked to confirm when casting a spell, but not when playing a land.
That's probably the problem.
Right now, if you click on a card exiled with
Shared Fate and it's a land it will open a second pop-up window showing the card and you're asked if you want to play [land name], which is fine, but if the card is
not a land it will immediately be put on the stack (if it's legal to play the card at that time, of course) and you're asked to pay its mana cost.
Simplest solution is probably to just remove the land criteria when deciding whether or not to ask "Play (...)?" and have it ask regardless (line 164).