Fixed Angel of Vitality in M20 set and added new keyword "except" for @lifeof trigger in order to avoid a life gain loop when a card needs to increment life gaining in that phase (eg. Angel of Vitality).
This commit is contained in:
@@ -22,8 +22,8 @@ WEventDamage::WEventDamage(Damage *damage) :
|
||||
{
|
||||
}
|
||||
|
||||
WEventLife::WEventLife(Player * player,int amount) :
|
||||
WEvent(), player(player),amount(amount)
|
||||
WEventLife::WEventLife(Player * player, int amount, MTGCardInstance* source) :
|
||||
WEvent(), player(player), amount(amount), source(source)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user