mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Changed rule text generation of GainLifeEffect.
This commit is contained in:
parent
87772601b0
commit
73a9c428b7
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ public class GainLifeEffect extends OneShotEffect<GainLifeEffect> {
|
|||
}
|
||||
|
||||
private void setText() {
|
||||
if (!staticText.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
String message = life.getMessage();
|
||||
|
||||
|
|
Loading…
Reference in a new issue