mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Added Celestial Convergence and some changes to game draw handling.
This commit is contained in:
parent
e284922017
commit
5d2c210d36
2 changed files with 12 additions and 2 deletions
|
|
@ -1242,4 +1242,14 @@ public class PlayerStub implements Player {
|
|||
return "";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasDrew() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drew(Game game) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue