Partial fix for Cards with Bestow
missing was to seperate the mode as aura enchantment or enchantment creature when cast and update the cost
This commit is contained in:
@@ -87,6 +87,8 @@ public:
|
||||
bool DeadLifeState(bool check = false);
|
||||
ManaCost * doesntEmpty;
|
||||
ManaCost * poolDoesntEmpty;
|
||||
ManaCost * AuraIncreased;
|
||||
ManaCost * AuraReduced;
|
||||
void cleanupPhase();
|
||||
virtual int Act(float)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user