mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fixes an issue with multiple Kalastria Highborn triggers (I never included Zone.ALL in the switch).
This commit is contained in:
parent
fb865de08b
commit
b006d66a5a
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ public class CardsView extends HashMap<UUID, CardView> {
|
||||||
Card sourceCard = null;
|
Card sourceCard = null;
|
||||||
String sourceName = null;
|
String sourceName = null;
|
||||||
switch ( ability.getZone() ) {
|
switch ( ability.getZone() ) {
|
||||||
|
case ALL:
|
||||||
case EXILED:
|
case EXILED:
|
||||||
case GRAVEYARD:
|
case GRAVEYARD:
|
||||||
sourceCard = game.getCard(ability.getSourceId());
|
sourceCard = game.getCard(ability.getSourceId());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue