Fixed a problem with tooltip text generation.

This commit is contained in:
LevelX2 2015-06-05 13:39:42 +02:00
parent 81187ba1c7
commit 43f79908b8

View file

@ -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) {