mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Adding some foundation for Cogwork Librarian
- It seems like Booster Drafts weren't changing directions for the middle packs?
This commit is contained in:
@@ -74,6 +74,11 @@ public class BoosterDraftTest implements IBoosterDraft {
|
||||
return this.n > 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRoundOver() {
|
||||
return hasNextChoice();
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* getChosenCards.
|
||||
|
||||
Reference in New Issue
Block a user