Crew Ability Cost & Crewbonus

Revised cards to use {crew(targetchooser)} (modified taptargetcost) so
it can use crewbonus ability from other creatures.
This commit is contained in:
Anthony Calosa
2017-02-01 17:11:55 +08:00
parent c8dc416071
commit ea5e397595
10 changed files with 144 additions and 72 deletions

View File

@@ -244,7 +244,8 @@ public:
class TapTargetCost : public ExtraCost
{
public:
TapTargetCost(TargetChooser *_tc = NULL);
bool crew;
TapTargetCost(TargetChooser *_tc = NULL, bool crew = false);
virtual int isPaymentSet();
virtual int doPay();
virtual TapTargetCost * clone() const;