Erwan
- refactor of MTGRules.cpp (buyback/flashback/retrace/alternative). This change has been reviewed by myself, Wil, and Mike. The test suite passes. More cleanup can be done, I will work on that later on.
This commit is contained in:
@@ -45,8 +45,7 @@ class MTGCardInstance: public CardPrimitive, public MTGCard, public Damageable {
|
||||
Pos* view;
|
||||
int X;
|
||||
int XX;
|
||||
int boughtback;
|
||||
int flashedback;
|
||||
int alternateCostPaid[ManaCost::MANA_PAID_WITH_RETRACE + 1];
|
||||
int paymenttype;
|
||||
int frozen;
|
||||
int sunburst;
|
||||
|
||||
Reference in New Issue
Block a user