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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user