mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Slight fix
This commit is contained in:
parent
05ef6211c0
commit
ade4c65902
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue