mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
[NEO] fixed Light-Paws, Emperor's Voice aura not attaching correctly (fixes #8695)
This commit is contained in:
parent
cef356cfd1
commit
0f48e08ec5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class LightPawsEmperorsVoiceEffect extends OneShotEffect {
|
|||
&& new AuraCardCanAttachToPermanentId(permanent.getId()).apply(card, game)) {
|
||||
game.getState().setValue("attachTo:" + card.getId(), permanent);
|
||||
player.moveCards(card, Zone.BATTLEFIELD, source, game);
|
||||
player.addAttachment(aura.getId(), source, game);
|
||||
permanent.addAttachment(card.getId(), source, game);
|
||||
}
|
||||
player.shuffleLibrary(source, game);
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue