Merge pull request #3761 from tool4ever/chatterfang

Fix Chatterfang + Role token
This commit is contained in:
kevlahnota
2023-09-11 05:52:58 +08:00
committed by GitHub

View File

@@ -133,7 +133,8 @@ public abstract class TokenEffectBase extends SpellAbilityEffect {
tok.setTapped(true);
}
if (!sa.hasParam("AttachAfter") && sa.hasParam("AttachedTo") && !attachTokenTo(tok, sa)) {
// CR 303.4i
if (!sa.hasParam("AttachAfter") && sa.hasParam("AttachedTo") && !attachTokenTo(tok, sa) && tok.isAura()) {
continue;
}