- Fix bug with Northern Paladin
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-14 12:39:25 +00:00
parent 5a29a7103f
commit d074cc4de0
7 changed files with 42 additions and 28 deletions
-5
View File
@@ -1494,11 +1494,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->addObserver(NEW AKarma(_id, card));
break;
}
case 1355: //Northern Paladin
{
game->addObserver(NEW ANorthernPaladin(_id, card));
break;
}
case 1359: //Red Ward
{
game->addObserver(NEW AProtectionFrom( _id,card, card->target, Constants::MTG_COLOR_RED));
-1
View File
@@ -224,7 +224,6 @@ TargetChooser * TargetChooserFactory::createTargetChooser(MTGCardInstance * card
//Any target than cannot be defined automatically is determined by its id
switch (id){
//Spell
//case 1196: //CounterSpell
case 1224: //Spell blast
{
#if defined (WIN32) || defined (LINUX)