forked from External/mage
[ZNR] fixed Thieving Skydiver not equipping properly (still need to fix cost restriction) (#7046)
This commit is contained in:
parent
73b364ceff
commit
21de000913
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class ThievingSkydiverEffect extends OneShotEffect {
|
|||
return false;
|
||||
}
|
||||
game.applyEffects();
|
||||
artifact.attachTo(permanent.getId(), game);
|
||||
permanent.addAttachment(artifact.getId(), game);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue