Erwan
- removed a useless .h file - fixed a bug with nantuko husk (see tests/nantuko_husk.txt)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user