- a few card updates
- back to original font for menus
This commit is contained in:
wagic.the.homebrew
2009-01-20 13:15:52 +00:00
parent 6d629b7d66
commit e831a8e400
16 changed files with 74 additions and 56 deletions

View File

@@ -301,7 +301,7 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card){
game->addObserver(NEW AZoneMover(id,card,tc,szone,cost));
}
}else{
MTGGameZone * fromZone = target->getCurrentZone();
MTGGameZone * fromZone = target->getCurrentZone();//this is technically incorrect. The initial zone should be as described in the targetchooser
MTGGameZone * destZone = MTGGameZone::stringToZone(szone, target);
target->controller()->game->putInZone(target,fromZone,destZone);
}