mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[DMC] a few text fixes
This commit is contained in:
parent
4bf01249a4
commit
434e281a90
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ public final class JasmineBorealOfTheSeven extends CardImpl {
|
|||
private static final FilterCreaturePermanent your_creatures_filter
|
||||
= new FilterCreaturePermanent("creatures you control with no abilities");
|
||||
private static final FilterCreaturePermanent with_abilities_filter
|
||||
= new FilterCreaturePermanent("by creatures with abilities");
|
||||
= new FilterCreaturePermanent("creatures with abilities");
|
||||
|
||||
static {
|
||||
spell_filter.add(NoAbilityPredicate.instance);
|
||||
|
|
|
@ -39,7 +39,7 @@ public final class RamsesAssassinLord extends CardImpl {
|
|||
|
||||
// Other Assassins you control get +1/+1.
|
||||
this.addAbility(new SimpleStaticAbility(new BoostControlledEffect(
|
||||
1, 1, Duration.WhileOnBattlefield, filter, false
|
||||
1, 1, Duration.WhileOnBattlefield, filter, true
|
||||
)));
|
||||
|
||||
// Whenever a player loses the game, if they were attacked this turn by an Assassin you controlled, you win the game.
|
||||
|
|
Loading…
Reference in a new issue