Brad Stein 69a8022f22
Add files via upload
had removed passive method as it is not used, where as a setup method will probably be
2017-12-30 22:44:48 -06:00

9 lines
140 B
Python

from card.card_gain import CardGain
class Workshop(CardGain):
coin_gain = 4
def effect(self):
self.gain_card(self.coin_gain)