mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 11:08:18 +00:00
Delete mine.py
This commit is contained in:
parent
1077c64231
commit
13d6b66198
@ -1,8 +0,0 @@
|
|||||||
from card.card import Card
|
|
||||||
from card.card_gain_trash import CardGainTrash
|
|
||||||
|
|
||||||
|
|
||||||
class Mine(CardGainTrash):
|
|
||||||
coin_gain = 3
|
|
||||||
trashable_type_restriction = [Card.CardType.Treasure]
|
|
||||||
gainable_type_restriction = [Card.CardType.Treasure]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user