mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Merge branch 'mana' into 'master'
Fix generating Chosen mana when no choice was made See merge request core-developers/forge!6040
This commit is contained in:
@@ -421,6 +421,7 @@ public class AbilityManaPart implements java.io.Serializable {
|
|||||||
if (this.getSourceCard() != null && this.getSourceCard().hasChosenColor()) {
|
if (this.getSourceCard() != null && this.getSourceCard().hasChosenColor()) {
|
||||||
return MagicColor.toShortString(this.getSourceCard().getChosenColor());
|
return MagicColor.toShortString(this.getSourceCard().getChosenColor());
|
||||||
}
|
}
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
return this.getOrigProduced();
|
return this.getOrigProduced();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user