- fix PSP Compilation issue
- Stillmoon cavalier (and other "until end of turn" activated abilities) bug fix
- attempt at fixing multi abilities that work "only from time to time"
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-15 14:06:47 +00:00
parent c672ec99ee
commit 8681987f89
5 changed files with 120 additions and 92 deletions

View File

@@ -288,7 +288,7 @@ void TestSuite::initGame(){
MTGCardInstance * copy = p->game->putInZone(card, p->game->library, p->game->stack);
Spell * spell = NEW Spell(copy);
spell->resolve();
if (!summoningSickness) p->game->inPlay->cards[k]->summoningSickness = 0;
if (!summoningSickness && p->game->inPlay->nb_cards>k) p->game->inPlay->cards[k]->summoningSickness = 0;
delete spell;
}else{
if (!p->game->library->hasCard(card)){