[DMC] a few text fixes

This commit is contained in:
Evan Kranzler 2022-10-12 09:26:44 -04:00
parent 4bf01249a4
commit 434e281a90
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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.