mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Fixed Issue#40: Elderscale Wurm Tooltip incomplete
This commit is contained in:
parent
7d9b338328
commit
be15858fd0
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class ElderscaleWurmSetLifeEffect extends OneShotEffect<ElderscaleWurmSetLifeEff
|
|||
|
||||
public ElderscaleWurmSetLifeEffect() {
|
||||
super(Constants.Outcome.Benefit);
|
||||
this.staticText = "if your life total is less than 7, your life total becomes 7";
|
||||
}
|
||||
|
||||
public ElderscaleWurmSetLifeEffect(final ElderscaleWurmSetLifeEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue