mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
This commit is contained in:
parent
2e3c916717
commit
3746fddf54
1 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ public class YouGainedLifeCondition extends IntCompareCondition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("if you gained %s or more life this turn ", value);
|
||||
return String.format("if you gained %s or more life this turn ", value + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue