mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed a test failure
This commit is contained in:
parent
db7a5b5001
commit
387acbdbe9
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public final class RadiantRestraints extends CardImpl {
|
|||
|
||||
this.subtype.add(SubType.AURA);
|
||||
this.subtype.add(SubType.CURSE);
|
||||
this.color.setWhite(true);
|
||||
this.nightCard = true;
|
||||
|
||||
// Enchant player
|
||||
TargetPlayer auraTarget = new TargetPlayer();
|
||||
|
|
Loading…
Reference in a new issue