mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
fixing someone's typo.
This commit is contained in:
@@ -324,7 +324,7 @@ public class AbilityManaPart implements java.io.Serializable {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.getOrigProduced().contains("Chosen") && this.getSourceCard() == null ) {
|
if (this.getOrigProduced().contains("Chosen") && sourceCard != null ) {
|
||||||
List<String> chosenCol = this.getSourceCard().getChosenColor();
|
List<String> chosenCol = this.getSourceCard().getChosenColor();
|
||||||
if ( !chosenCol.isEmpty() && MagicColor.toShortString(chosenCol.get(0)).contains(s)) {
|
if ( !chosenCol.isEmpty() && MagicColor.toShortString(chosenCol.get(0)).contains(s)) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user