Added new prmitives from MOM set, fixed primitives, improved flipacoin ability, imporved battle cards defeated trigger, added new filters for event to check permanents on graveyard.

This commit is contained in:
Vittorio Alfieri
2023-05-18 23:04:22 +02:00
parent 452cf4793f
commit 3bd3933c66
10 changed files with 316 additions and 44 deletions
+6
View File
@@ -407,6 +407,12 @@ struct WEventCardBoasted : public WEventCardUpdate {
virtual Targetable * getTarget(int target);
};
//defeated event
struct WEventCardDefeated : public WEventCardUpdate {
WEventCardDefeated(MTGCardInstance * card);
virtual Targetable * getTarget(int target);
};
//surveil event
struct WEventCardSurveiled : public WEventCardUpdate {
WEventCardSurveiled(MTGCardInstance * card);