[ZNR] fixed Thieving Skydiver not equipping properly (still need to fix cost restriction) (#7046)

This commit is contained in:
Evan Kranzler 2020-09-16 21:10:29 -04:00
parent 73b364ceff
commit 21de000913

View file

@ -115,7 +115,7 @@ class ThievingSkydiverEffect extends OneShotEffect {
return false;
}
game.applyEffects();
artifact.attachTo(permanent.getId(), game);
permanent.addAttachment(artifact.getId(), game);
return true;
}
}