This commit is contained in:
Ingmar Goudt 2020-12-26 15:29:54 +01:00
parent 34e9c2fdfb
commit 7753ca305e

View file

@ -134,7 +134,7 @@ class SzatsWillEffect extends OneShotEffect {
.max()
.orElse(0);
if (maxPower > 0) {
new BreedingPitThrullToken().putOntoBattlefield(1, game, source, source.getControllerId()
new BreedingPitThrullToken().putOntoBattlefield(maxPower, game, source, source.getControllerId()
);
}
return true;