mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Added a space to message.
This commit is contained in:
@@ -66,7 +66,7 @@ public class ManaEffect extends SpellAbilityEffect {
|
||||
}
|
||||
choiceString.append(choice);
|
||||
}
|
||||
game.action.nofityOfValue(sa, card, activator + " picked" + choiceString, activator);
|
||||
game.action.nofityOfValue(sa, card, activator + " picked " + choiceString, activator);
|
||||
abMana.setExpressChoice(choiceString.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user