mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix Southern Paladin's tooltip text
This commit is contained in:
parent
6084fea927
commit
8acf299075
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import mage.target.TargetPermanent;
|
|||
*/
|
||||
public class SouthernPaladin extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterPermanent("red");
|
||||
private static final FilterPermanent filter = new FilterPermanent("red permanent");
|
||||
|
||||
static {
|
||||
filter.add(new ColorPredicate(ObjectColor.RED));
|
||||
|
|
Loading…
Reference in a new issue