Merge remote-tracking branch 'upstream/master' into VerifyNameNotInRules

This commit is contained in:
Steven Knipe 2025-07-08 03:11:24 -07:00
commit 23bf1ae03c
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ class KrovikanVampireInterveningIfCondition implements Condition {
@Override @Override
public String toString() { 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() { SphinxBoneWandEffect() {
super(Outcome.Damage); 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) { private SphinxBoneWandEffect(final SphinxBoneWandEffect effect) {