[IKO] Genesis Ultimatum - fixed text;

This commit is contained in:
Oleg Agafonov 2020-04-19 21:50:22 +04:00
parent ec6bba451b
commit 9bcdac491f

View file

@ -50,7 +50,7 @@ class GenesisUltimatumEffect extends OneShotEffect {
GenesisUltimatumEffect() {
super(Outcome.Benefit);
staticText = "Look at the top five cards of your library. Put any number of permanent cards " +
"from among them onto the battlefield and the rest into your hand.";
"from among them onto the battlefield and the rest into your hand";
}
private GenesisUltimatumEffect(final GenesisUltimatumEffect effect) {