Added support for "buyback" and "flashback" with optional auto=buyback/flashback line support.
This commit is contained in:
@@ -98,6 +98,9 @@ void MTGCardInstance::initMTGCI(){
|
||||
tapped = 0;
|
||||
untapping = 0;
|
||||
frozen = 0;
|
||||
boughtback = 0;
|
||||
flashedback = 0;
|
||||
paymenttype = 0;
|
||||
summoningSickness = 1;
|
||||
preventable = 0;
|
||||
target = NULL;
|
||||
|
||||
Reference in New Issue
Block a user