mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
Delete discard.py
This commit is contained in:
parent
619df23219
commit
1b9468e878
@ -1,8 +0,0 @@
|
||||
from table.supply import Supply
|
||||
|
||||
|
||||
class Discard(Supply):
|
||||
def cycle_card(self, deck):
|
||||
while self.get_remaining() > 0:
|
||||
self.transfer_top_card(deck)
|
||||
deck.shuffle()
|
||||
Loading…
x
Reference in New Issue
Block a user