fix produce color
when you produce the chosen color, add mana of that color.
This commit is contained in:
@@ -4856,7 +4856,7 @@ public:
|
||||
{
|
||||
if ((isManaProduced->card == source) && isManaProduced->color == Constants::GetColorStringIndex(colorname))
|
||||
{
|
||||
source->controller()->getManaPool()->add(Constants::GetColorStringIndex(colorname),1);
|
||||
source->controller()->getManaPool()->add(Constants::GetColorStringIndex(colorname),1,source,true);
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user