updated tests

This commit is contained in:
Anthony Calosa
2015-08-30 23:04:15 +08:00
parent 474ad5c0fe
commit 410f2d4e69
4 changed files with 12 additions and 1 deletions

View File

@@ -4363,6 +4363,7 @@ int PTInstant::resolve()
APowerToughnessModifier * a = ability->clone();
GenericInstantAbility * wrapper = NEW GenericInstantAbility(game, 1, source, (Damageable *) (this->target), a);
wrapper->addToGame();
((Damageable *) (this->target))->afterDamage();//additional check the negative pt after resolving..
return 1;
}
const string PTInstant::getMenuText()