mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fix Archon of Valor's Reach not working for Planeswalkers
This commit is contained in:
parent
bc623fd210
commit
7f27b5b948
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class ArchonOfValorsReachChoice extends ChoiceImpl {
|
||||||
return CardType.INSTANT;
|
return CardType.INSTANT;
|
||||||
case "Sorcery":
|
case "Sorcery":
|
||||||
return CardType.SORCERY;
|
return CardType.SORCERY;
|
||||||
case "Planewswalker":
|
case "Planeswalker":
|
||||||
return CardType.PLANESWALKER;
|
return CardType.PLANESWALKER;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue