greedy_solver: add back Dispensable CardType to allow old greedy solver to function
This commit is contained in:
parent
673e5841a8
commit
a91a6db47e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ from database.database import conn
|
||||||
|
|
||||||
|
|
||||||
class CardType(Enum):
|
class CardType(Enum):
|
||||||
|
Dispensable = -1
|
||||||
Trash = 0
|
Trash = 0
|
||||||
Playable = 1
|
Playable = 1
|
||||||
Critical = 2
|
Critical = 2
|
||||||
|
|
Loading…
Reference in a new issue