Improved the Modal Double Faced cards for Zendikar set, added primitives that deals x damage divided on any target, added/fixed planeswalkers and improved kicker cost event handling.
This commit is contained in:
@@ -12,8 +12,8 @@ WEvent::WEvent(int type) :
|
||||
{
|
||||
}
|
||||
|
||||
WEventZoneChange::WEventZoneChange(MTGCardInstance * card, MTGGameZone * from, MTGGameZone *to) :
|
||||
WEvent(CHANGE_ZONE), card(card), from(from), to(to)
|
||||
WEventZoneChange::WEventZoneChange(MTGCardInstance * card, MTGGameZone * from, MTGGameZone *to, bool forcetrigger) :
|
||||
WEvent(CHANGE_ZONE), card(card), from(from), to(to), forcetrigger(forcetrigger) //Added a force trigger for modal double faced card (eg. Zendikar Rising)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user