* Marrow-Gnawer - Fixed casting cost order and rules text.

This commit is contained in:
LevelX2 2020-06-05 15:12:42 +02:00
parent 77c55a9c79
commit 67b4e8d668
4 changed files with 12 additions and 5 deletions

View file

@ -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;