Fix date in Dat files, Added IKO and HA3 sets, updated the manifest and build files, Added SD card support for Android, Fix the Android app crash when resuming from background, Improved Android downloader, added finger sliding popup menu for Android devices without sidebar menu, fixed several crashes during game, added the mutating card ability, fixed the adventure card ability, added new borderline primitives.
This commit is contained in:
@@ -72,7 +72,7 @@ struct WEventLife : public WEvent {
|
||||
Player * player;
|
||||
int amount;
|
||||
MTGCardInstance * source;
|
||||
WEventLife(Player * player,int amount, MTGCardInstance * source);
|
||||
WEventLife(Player * player, int amount, MTGCardInstance * source);
|
||||
virtual Targetable * getTarget(int target);
|
||||
};
|
||||
|
||||
@@ -351,6 +351,12 @@ struct WEventplayerEnergized : public WEvent {
|
||||
virtual Targetable * getTarget(Player * player);
|
||||
};
|
||||
|
||||
//mutation event
|
||||
struct WEventCardMutated : public WEventCardUpdate {
|
||||
WEventCardMutated(MTGCardInstance * card);
|
||||
virtual Targetable * getTarget(int target);
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream&, const WEvent&);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user