changed twist to "swap" cause it made more sense, added a couple more menutext returns, change enumerator exilebury to match its const char, this was causing massive confusion amongst the crowd.

This commit is contained in:
omegablast2002@yahoo.com
2010-10-20 19:30:17 +00:00
parent e8a44cc375
commit 306fd5e4f7
4 changed files with 49 additions and 31 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ int MTGCardInstance::afterDamage(){
int MTGCardInstance::bury(){
Player * p = controller();
if (basicAbilities[Constants::EXILEBURY]){
if (basicAbilities[Constants::EXILEDEATH]){
p->game->putInZone(this,p->game->inPlay,owner->game->exile);
return 1;
}