forked from External/mage
add docs/links for jumpstart, tweak the jumpstart packs file.
This commit is contained in:
parent
1bd98d6435
commit
c54c100b4d
4 changed files with 58 additions and 49 deletions
|
|
@ -411,7 +411,7 @@ public abstract class TournamentImpl implements Tournament {
|
|||
player.getDeck().getSideboard().addAll(cube.createBooster());
|
||||
}
|
||||
} else if (options.getLimitedOptions().getIsJumpstart()) {
|
||||
player.getDeck().getSideboard().addAll(JumpstartPoolGenerator.generatePool());
|
||||
player.getDeck().getCards().addAll(JumpstartPoolGenerator.generatePool());
|
||||
} else {
|
||||
for (ExpansionSet set : sets) {
|
||||
player.getDeck().getSideboard().addAll(set.createBooster());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue