mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08: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…
Add table
Add a link
Reference in a new issue