mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
Fixed a problem with tooltip text generation.
This commit is contained in:
parent
81187ba1c7
commit
43f79908b8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class PreventDamageBySourceEffect extends PreventionEffectImpl {
|
|||
filterObject.setMessage(filterObject.getMessage() + " source");
|
||||
}
|
||||
this.target = new TargetSource(filterObject);
|
||||
staticText = "Prevent all damage " + filterObject.getMessage() + " source of your choice would deal this turn";
|
||||
staticText = "Prevent all damage " + filterObject.getMessage() + " of your choice would deal this turn";
|
||||
}
|
||||
|
||||
public PreventDamageBySourceEffect(final PreventDamageBySourceEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue