diff --git a/Mage.Sets/src/mage/cards/s/SavageGorger.java b/Mage.Sets/src/mage/cards/s/SavageGorger.java index 8d0f7d316e..dd7944968a 100644 --- a/Mage.Sets/src/mage/cards/s/SavageGorger.java +++ b/Mage.Sets/src/mage/cards/s/SavageGorger.java @@ -2,7 +2,7 @@ package mage.cards.s; import mage.MageInt; import mage.abilities.Ability; -import mage.abilities.common.BeginningOfUpkeepTriggeredAbility; +import mage.abilities.common.BeginningOfEndStepTriggeredAbility; import mage.abilities.condition.Condition; import mage.abilities.decorator.ConditionalInterveningIfTriggeredAbility; import mage.abilities.effects.common.counter.AddCountersSourceEffect; @@ -35,9 +35,9 @@ public final class SavageGorger extends CardImpl { // At the beginning of your upkeep, if an opponent lost life this turn, put a +1/+1 counter on Savage Gorger. this.addAbility(new ConditionalInterveningIfTriggeredAbility( - new BeginningOfUpkeepTriggeredAbility(new AddCountersSourceEffect( + new BeginningOfEndStepTriggeredAbility(new AddCountersSourceEffect( CounterType.P1P1.createInstance()), TargetController.YOU, false - ), SavageGorgerCondition.instance, "At the beginning of your upkeep, " + + ), SavageGorgerCondition.instance, "At the beginning of your end step, " + "if an opponent lost life this turn, put a +1/+1 counter on {this}" )); } diff --git a/Mage.Sets/src/mage/sets/CoreSet2020.java b/Mage.Sets/src/mage/sets/CoreSet2020.java index e310947964..a0c7f2deeb 100644 --- a/Mage.Sets/src/mage/sets/CoreSet2020.java +++ b/Mage.Sets/src/mage/sets/CoreSet2020.java @@ -22,8 +22,8 @@ public final class CoreSet2020 extends ExpansionSet { return instance; } - List savedSpecialCommon = new ArrayList<>(); - protected final List savedSpecialLand = new ArrayList<>(); + private final List savedSpecialCommon = new ArrayList<>(); + private final List savedSpecialLand = new ArrayList<>(); private CoreSet2020() { super("Core Set 2020", "M20", ExpansionSet.buildDate(2019, 7, 12), SetType.CORE); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index ad5de99034..319e3e708e 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -35644,7 +35644,7 @@ Celestial Messenger|Core Set 2020|287|C|{2}{U}{U}|Creature - Bird Spirit|3|2|Fla Waterkin Shaman|Core Set 2020|288|U|{1}{U}|Creature - Elemental Shaman|2|1|Whenever a creature with flying enters the battlefield under your control, Waterkin Shaman gets +1/+1 until end of turn.| Yanling's Harbinger|Core Set 2020|289|R|{3}{U}{U}|Creature - Bird|2|4|Flying$When Yanling's Harbinger enters the battlefield, you may search your library and/or graveyard for a card named Mu Yanling, Celestial Wind, reveal it, and put it into your hand. If you search your library this way, shuffle it.| Sorin, Vampire Lord|Core Set 2020|290|M|{4}{B}{B}|Legendary Planeswalker - Sorin|4|+1: Up to one target creature gets +2/+0 until end of turn.$−2: Sorin, Vampire Lord deals 4 damage to any target. You gain 4 life.$−8: Until end of turn, each Vampire you control gains "{T}: Gain control of target creature."| -Savage Gorger|Core Set 2020|291|C|{1}{B}{B}|Creature - Vampire|1|1|Flying$At the beginning of your upkeep, if an opponent lost life this turn, put a +1/+1 counter on Savage Gorger.| +Savage Gorger|Core Set 2020|291|C|{1}{B}{B}|Creature - Vampire|1|1|Flying$At the beginning of your end step, if an opponent lost life this turn, put a +1/+1 counter on Savage Gorger.| Sorin's Guide|Core Set 2020|292|R|{3}{B}{B}|Creature - Vampire|4|2|When Sorin's Guide enters the battlefield, you may search your library and/or graveyard for a card named Sorin, Vampire Lord, reveal it, and put it into your hand. If you search your library this way, shuffle it.| Thirsting Bloodlord|Core Set 2020|293|U|{2}{B}{B}|Creature - Vampire|3|3|Other Vampires you control get +1/+1.| Chandra, Flame's Fury|Core Set 2020|294|M|{4}{R}{R}|Legendary Planeswalker - Chandra|4|+1: Chandra, Flame's Fury deals 2 damage to any target.$−2: Chandra, Flame's Fury deals 4 damage to target creature and 2 damage to that creature's controller.$−8: Chandra, Flame's Fury deals 10 damage to target player and each creature that player controls.| @@ -35659,3 +35659,4 @@ Imperial Outrider|Core Set 2020|307|C|{3}{W}|Creature - Human Knight|1|5|| Dark Remedy|Core Set 2020|321|C|{1}{B}|Instant|||Target creature gets +1/+3 until end of turn.| Engulfing Eruption|Core Set 2020|328|C|{2}{R}{R}|Sorcery|||Engulfing Eruption deals 5 damage to target creature.| Nimble Birdsticker|Core Set 2020|333|C|{2}{R}|Creature - Goblin|2|3|Reach| +Woodland Mystic|Core Set 2020|344|C|{1}{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|