mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
Fixed a bug with playing cards that involve discarding. Previously gain-trash cards would discard the gained card rather than the played under some conditions. Fixed a bug with scoring the game that cause the game crash. Added a Big Money Bot.
6 lines
66 B
Python
6 lines
66 B
Python
from table.supply import Supply
|
|
|
|
|
|
class Trash(Supply):
|
|
pass
|