mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Merge remote-tracking branch 'upstream/master' into VerifyNameNotInRules
This commit is contained in:
commit
23bf1ae03c
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue