added basic suspend.
syntax
suspend(number of time counter)={cost}
suspend(3)={g}
This commit is contained in:
@@ -96,6 +96,7 @@ class CardPrimitive {
|
||||
bool hasRestriction;
|
||||
int restriction;
|
||||
string otherrestriction;
|
||||
int suspendedTime;
|
||||
|
||||
vector<int>types;
|
||||
CardPrimitive();
|
||||
|
||||
Reference in New Issue
Block a user