Merge pull request #3910 from spjspj/master

Slight fix
This commit is contained in:
spjspj 2017-08-31 23:55:44 +10:00 committed by GitHub
commit 29649a4b81

View file

@ -73,7 +73,7 @@ class ManaCryptEffect extends OneShotEffect {
ManaCryptEffect() { ManaCryptEffect() {
super(Outcome.Damage); super(Outcome.Damage);
staticText = "flip a coin. If you lose the flip, {this} Crypt deals 3 damage to you"; staticText = "flip a coin. If you lose the flip, {this} deals 3 damage to you";
} }
ManaCryptEffect(final ManaCryptEffect effect) { ManaCryptEffect(final ManaCryptEffect effect) {