mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Little fix to the last commit (to prevent bugs with future cards).
This commit is contained in:
@@ -1415,13 +1415,13 @@ public class AbilityFactory_ChangeZone {
|
|||||||
String origin = params.get("Origin");
|
String origin = params.get("Origin");
|
||||||
|
|
||||||
CardList cards = AllZoneUtil.getCardsInZone(origin);
|
CardList cards = AllZoneUtil.getCardsInZone(origin);
|
||||||
cards = filterListByType(cards, params, "ChangeType", sa);
|
|
||||||
|
|
||||||
Player tgtPlayer = null;
|
Player tgtPlayer = null;
|
||||||
if(af.getAbTgt().getTargetPlayers() != null) {
|
if(af.getAbTgt().getTargetPlayers() != null) {
|
||||||
tgtPlayer = af.getAbTgt().getTargetPlayers().get(0);
|
tgtPlayer = af.getAbTgt().getTargetPlayers().get(0);
|
||||||
cards = AllZoneUtil.getCardsInZone(origin,tgtPlayer);
|
cards = AllZoneUtil.getCardsInZone(origin,tgtPlayer);
|
||||||
}
|
}
|
||||||
|
cards = filterListByType(cards, params, "ChangeType", sa);
|
||||||
|
|
||||||
|
|
||||||
// I don't know if library position is necessary. It's here if it is, just in case
|
// I don't know if library position is necessary. It's here if it is, just in case
|
||||||
|
|||||||
Reference in New Issue
Block a user