- Text fix for Essence Flux

This commit is contained in:
Jeff 2017-02-24 11:48:03 -06:00
parent 5ace1a9620
commit 624e69ecb6

View file

@ -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) {