mirror of
https://github.com/magefree/mage.git
synced 2026-01-21 10:49:58 -08:00
[40K] Implemented Necron Deathmark
This commit is contained in:
parent
69c15762a5
commit
7e55f25d31
3 changed files with 54 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import mage.util.CardUtil;
|
|||
*/
|
||||
public class MillCardsTargetEffect extends OneShotEffect {
|
||||
|
||||
private DynamicValue numberCards;
|
||||
private final DynamicValue numberCards;
|
||||
|
||||
public MillCardsTargetEffect(int numberCards) {
|
||||
this(StaticValue.get(numberCards));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue