tweaked cant cast.

This commit is contained in:
omegablast2002@yahoo.com
2010-09-05 01:11:59 +00:00
parent 978086ee61
commit 9a1a7b3a11

View File

@@ -662,7 +662,7 @@ HUDDisplay::~HUDDisplay(){
}
//---what if i can only cast 1?
for (int j = 0; j < nbcards; ++j){
card->controller()->life += 100;
MTGCardInstance * c = z->cards[j];
if (c->has(Constants::ONLYONEBOTH)){
card->controller()->onlyonecast = 1;