mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Since all of the cards with "each player sacrifices" have remAIDeck:True, I enabled 1 for 1 (or X for X) trades for special decks.
- Updated the Genghis Khan decks.
This commit is contained in:
@@ -259,7 +259,8 @@ public class AbilityFactory_Sacrifice {
|
||||
CardList computerList = AllZoneUtil.getPlayerCardsInPlay(AllZone.ComputerPlayer);
|
||||
computerList = computerList.getValidCards(valid.split(","), sa.getActivatingPlayer(), sa.getSourceCard());
|
||||
|
||||
if(humanList.size() < amount || computerList.size() >= amount ) return false;
|
||||
//Since all of the cards have remAIDeck:True, I enabled 1 for 1 (or X for X) trades for special decks
|
||||
if(humanList.size() < amount /*|| computerList.size() >= amount */) return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user