Slight fix

This commit is contained in:
spjspj 2017-08-31 23:54:56 +10:00
parent 05ef6211c0
commit ade4c65902

View file

@ -73,7 +73,7 @@ class ManaCryptEffect extends OneShotEffect {
ManaCryptEffect() {
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) {