Added / fixed primitives from NEO set, improved Android downloader, updated missing cards by sets list, added SIR and SIS sets, updated card image url links, fixed MUL dat file, fixed a possible crash on "transforms" ability, added new trigger for ninjutsu ability, added new ability readytofight to set a creature tapped and attacking without being a ninja.
This commit is contained in:
@@ -465,6 +465,12 @@ struct WEventCardScryed : public WEventCardUpdate {
|
||||
virtual Targetable * getTarget(int target);
|
||||
};
|
||||
|
||||
//ninjutsu event
|
||||
struct WEventCardNinja : public WEventCardUpdate {
|
||||
WEventCardNinja(MTGCardInstance * card);
|
||||
virtual Targetable * getTarget(int target);
|
||||
};
|
||||
|
||||
//explores event
|
||||
struct WEventCardExplored : public WEventCardUpdate {
|
||||
WEventCardExplored(MTGCardInstance * card);
|
||||
|
||||
Reference in New Issue
Block a user