mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
* Silumgar's Command - Fixed tooltip text of first mode.
This commit is contained in:
parent
10c9f10a4a
commit
9bb07c9841
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*/
|
||||
public class SilumgarsCommand extends CardImpl {
|
||||
|
||||
private static final FilterSpell filter = new FilterSpell("creature spell");
|
||||
private static final FilterSpell filter = new FilterSpell("noncreature spell");
|
||||
private static final FilterPermanent filter2 = new FilterPermanent("planeswalker");
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue