Erwan
- fix issue 172 (crystal rod)
This commit is contained in:
@@ -109,6 +109,7 @@ counterspell3.txt
|
|||||||
counterspell4.txt
|
counterspell4.txt
|
||||||
crimson_kobolds.txt
|
crimson_kobolds.txt
|
||||||
creature_bond.txt
|
creature_bond.txt
|
||||||
|
crystal_rod_i172.txt
|
||||||
dauntless_escort.txt
|
dauntless_escort.txt
|
||||||
dauthi_embrace.txt
|
dauthi_embrace.txt
|
||||||
death_ward.txt
|
death_ward.txt
|
||||||
|
|||||||
@@ -990,8 +990,8 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
|
|||||||
}
|
}
|
||||||
case 1103: //Crystal Rod
|
case 1103: //Crystal Rod
|
||||||
{
|
{
|
||||||
int cost[] = {Constants::MTG_COLOR_BLUE, 1};
|
int cost[] = {Constants::MTG_COLOR_ARTIFACT, 1};
|
||||||
ASpellCastLife* ability = NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_WHITE,NEW ManaCost(cost,1) , 1);
|
ASpellCastLife* ability = NEW ASpellCastLife(_id, card, Constants::MTG_COLOR_BLUE,NEW ManaCost(cost,1) , 1);
|
||||||
game->addObserver(ability);
|
game->addObserver(ability);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user