* Fixed wrong tooltip text of Skirk Fire Marshal.

This commit is contained in:
LevelX2 2014-11-28 09:11:23 +01:00
parent 6e0a99c610
commit a398b82e09

View file

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