mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 08:48:39 +00:00
Merge pull request #3761 from tool4ever/chatterfang
Fix Chatterfang + Role token
This commit is contained in:
@@ -133,7 +133,8 @@ public abstract class TokenEffectBase extends SpellAbilityEffect {
|
|||||||
tok.setTapped(true);
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user