fix verify failures

This commit is contained in:
theelk801 2026-01-09 16:23:34 -05:00
parent 23c6b42ee0
commit 32d1cf3e43
8 changed files with 20 additions and 14 deletions

View file

@ -17,7 +17,6 @@ public class BlightTargetEffect extends OneShotEffect {
public BlightTargetEffect(int amount) {
super(Outcome.Detriment);
this.amount = amount;
staticText = "blight " + amount;
}
private BlightTargetEffect(final BlightTargetEffect effect) {