mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
commit
29649a4b81
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue