mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
* Marrow-Gnawer - Fixed casting cost order and rules text.
This commit is contained in:
parent
77c55a9c79
commit
67b4e8d668
4 changed files with 12 additions and 5 deletions
|
|
@ -24,6 +24,11 @@ public class PermanentsOnBattlefieldCount implements DynamicValue {
|
|||
this(filter, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param filter
|
||||
* @param multiplier
|
||||
*/
|
||||
public PermanentsOnBattlefieldCount(FilterPermanent filter, Integer multiplier) {
|
||||
this.filter = filter;
|
||||
this.multiplier = multiplier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue