Addes some new primitives from BRO set, fixes BRO and BRC dat files, updated image list url for BRO and BRS sets, imrpoved an AI deck, improved meld ability with "and" option, added new ability to allow a planeswalker to activate its loyalty abilities twice in a turn, improved Android downloader.
This commit is contained in:
@@ -2782,7 +2782,7 @@ public:
|
||||
int addToGame()
|
||||
{
|
||||
if(!ability)
|
||||
return 1; //Fix a possible crash on mutate cards
|
||||
return 1; //Fix a possible crash on mutate cards.
|
||||
ability->forceDestroy = -1;
|
||||
ability->target = target; //Might have changed since initialization
|
||||
ability->addToGame();
|
||||
@@ -4713,12 +4713,14 @@ public:
|
||||
class AAMeld : public ActivatedAbility
|
||||
{
|
||||
public:
|
||||
MTGAbility * andAbility;
|
||||
string _MeldedName;
|
||||
AAMeld(GameObserver* observer, int id, MTGCardInstance * card, MTGCardInstance * _target,string MeldedName = "");
|
||||
int resolve();
|
||||
|
||||
const string getMenuText();
|
||||
AAMeld * clone() const;
|
||||
~AAMeld();
|
||||
};
|
||||
|
||||
/* doubleside */
|
||||
|
||||
@@ -354,7 +354,8 @@ class Constants
|
||||
AFFINITYGRAVECREATURES = 226,
|
||||
AFFINITYATTACKINGCREATURES = 227,
|
||||
AFFINITYGRAVEINSTSORC = 228,
|
||||
NB_BASIC_ABILITIES = 229,
|
||||
CANLOYALTYTWICE = 229,
|
||||
NB_BASIC_ABILITIES = 230,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user