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