mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Some minor changes to submitted cards.
This commit is contained in:
parent
64ae751ca4
commit
5e2a95947c
3 changed files with 12 additions and 23 deletions
|
|
@ -66,7 +66,7 @@ public class SacrificeEffect extends OneShotEffect{
|
|||
this(filter, new StaticValue(count), preText);
|
||||
}
|
||||
|
||||
public SacrificeEffect ( SacrificeEffect effect ) {
|
||||
public SacrificeEffect ( final SacrificeEffect effect ) {
|
||||
super(effect);
|
||||
this.filter = effect.filter;
|
||||
this.count = effect.count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue