mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Missed a couple {this}s
This commit is contained in:
parent
05258ba270
commit
5c9378b28f
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue