mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Fixed wrong tooltip text of Skirk Fire Marshal.
This commit is contained in:
parent
6e0a99c610
commit
a398b82e09
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ import mage.target.common.TargetControlledCreaturePermanent;
|
|||
public class SkirkFireMarshal extends CardImpl {
|
||||
|
||||
private static final FilterCard filterProtection = new FilterCard("red");
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("untapped Elves you control");
|
||||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("untapped Goblins you control");
|
||||
|
||||
static {
|
||||
filterProtection.add(new ColorPredicate(ObjectColor.RED));
|
||||
|
|
Loading…
Reference in a new issue