force event for token sacrifice
This commit is contained in:
@@ -99,8 +99,8 @@ player(player), nb_cards(nb_cards),drawAbility(cardDraw)
|
||||
{
|
||||
}
|
||||
|
||||
WEventCardSacrifice::WEventCardSacrifice(MTGCardInstance * card, MTGCardInstance * after) :
|
||||
WEventCardUpdate(card),cardAfter(after)
|
||||
WEventCardSacrifice::WEventCardSacrifice(MTGCardInstance * card, MTGCardInstance * after, bool token) :
|
||||
WEventCardUpdate(card),cardAfter(after),istoken(token)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user