mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
- Text fix for Essence Flux
This commit is contained in:
parent
5ace1a9620
commit
624e69ecb6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class EssenceFluxEffect extends OneShotEffect {
|
|||
|
||||
EssenceFluxEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "return that card to the battlefield under its owner's control";
|
||||
staticText = "return that card to the battlefield under its owner's control. If it's a Spirit, put a +1/+1 counter on it";
|
||||
}
|
||||
|
||||
EssenceFluxEffect(final EssenceFluxEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue