mirror of
https://github.com/correl/mage.git
synced 2025-04-10 17:00:08 -09: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;
|
||||
String sourceName = null;
|
||||
switch ( ability.getZone() ) {
|
||||
case ALL:
|
||||
case EXILED:
|
||||
case GRAVEYARD:
|
||||
sourceCard = game.getCard(ability.getSourceId());
|
||||
|
|
Loading…
Add table
Reference in a new issue