From a398b82e098fc48699fb1ebd546ba8a9f6ad26dd Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 28 Nov 2014 09:11:23 +0100 Subject: [PATCH] * Fixed wrong tooltip text of Skirk Fire Marshal. --- Mage.Sets/src/mage/sets/onslaught/SkirkFireMarshal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/onslaught/SkirkFireMarshal.java b/Mage.Sets/src/mage/sets/onslaught/SkirkFireMarshal.java index 3df40934ee3..18d97bb2240 100644 --- a/Mage.Sets/src/mage/sets/onslaught/SkirkFireMarshal.java +++ b/Mage.Sets/src/mage/sets/onslaught/SkirkFireMarshal.java @@ -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));