mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[AFR] Implemented Herald of Hadar
This commit is contained in:
parent
87fbe06fe3
commit
f8e9be311f
3 changed files with 70 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import mage.game.Game;
|
|||
import mage.players.Player;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
|
|
@ -95,7 +96,7 @@ public class RollDieWithResultTableEffect extends OneShotEffect {
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
private static final class TableEntry {
|
||||
private static final class TableEntry implements Serializable {
|
||||
private final int min;
|
||||
private final int max;
|
||||
private final Effects effects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue