mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue