fix Archon of Valor's Reach not working for Planeswalkers

This commit is contained in:
igoudt 2018-07-08 13:53:02 +02:00
parent bc623fd210
commit 7f27b5b948

View file

@ -133,7 +133,7 @@ class ArchonOfValorsReachChoice extends ChoiceImpl {
return CardType.INSTANT;
case "Sorcery":
return CardType.SORCERY;
case "Planewswalker":
case "Planeswalker":
return CardType.PLANESWALKER;
default:
return null;