Changed the owner of ManaCost in LifeorManaCost to itself

This commit is contained in:
pankdm
2013-10-18 06:37:31 +00:00
parent f7eded7417
commit 5c3eb2c405
3 changed files with 11 additions and 13 deletions

View File

@@ -95,6 +95,7 @@ class LifeorManaCost : public ExtraCost
{
private:
string manaType;
ManaCost manaCost;
public:
LifeorManaCost(TargetChooser *_tc = NULL, string manaType = "");