Missed a couple {this}s

This commit is contained in:
Steven Knipe 2025-07-08 02:51:23 -07:00
parent 05258ba270
commit 5c9378b28f
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ class KrovikanVampireInterveningIfCondition implements Condition {
@Override
public String toString() {
return "if a creature dealt damage by Krovikan Vampire this turn died";
return "if a creature dealt damage by {this} this turn died";
}
}

View file

@ -53,7 +53,7 @@ class SphinxBoneWandEffect extends OneShotEffect {
SphinxBoneWandEffect() {
super(Outcome.Damage);
this.staticText = "put a charge counter on Sphinx-Bone Wand. If you do, {this} deals damage equal to the number of charge counters on it to any target";
this.staticText = "put a charge counter on {this}. If you do, {this} deals damage equal to the number of charge counters on it to any target";
}
private SphinxBoneWandEffect(final SphinxBoneWandEffect effect) {