1
0
Fork 0
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:
maurer.it 2010-12-31 12:40:28 -05:00
parent fb865de08b
commit b006d66a5a

View file

@ -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());