- A few card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-08 13:07:19 +00:00
parent c76d8a3976
commit f9a2d8283a
10 changed files with 78 additions and 10 deletions

View File

@@ -1518,7 +1518,7 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
case 130553:// Beacon of Immortality
{
Player * player = spell->getNextPlayerTarget();
player->life+=player->life;
if (player->life < (INT_MAX / 4) ) player->life += player->life;
zones->putInZone(card,zones->stack,zones->library);
zones->library->shuffle();
break;