- removed a useless .h file
- fixed a bug with nantuko husk (see tests/nantuko_husk.txt)
This commit is contained in:
wagic.the.homebrew
2009-02-06 13:10:28 +00:00
parent 295fc3b94b
commit bd632ed346
8 changed files with 55 additions and 35 deletions
+1
View File
@@ -498,6 +498,7 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){
game->addObserver(NEW AInstantPowerToughnessModifierUntilEOT(id, card, target,power,toughness));
}
}else{
OutputDebugString("NANTUKO OK\n");
game->addObserver(NEW APowerToughnessModifierUntilEndOfTurn(id, card, target,power,toughness, cost, limit));
}
}