mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +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);
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user