diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index e41b483e0cc..d3e73a4c14f 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -2071,7 +2071,7 @@ public class Card extends GameEntity implements Comparable { if (sb.toString().endsWith("\r\n\r\n")) { sb.delete(sb.lastIndexOf("\r\n"), sb.lastIndexOf("\r\n") + 3); } - sb.append("Convoke (Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\r\n"); + sb.append("Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\r\n"); } else if (keyword.equals("Improvise")) { sb.append(Keyword.IMPROVISE.getDescription()).append("\r\n"); } else if (keyword.equals("Delve")) { diff --git a/forge-game/src/main/java/forge/game/keyword/Keyword.java b/forge-game/src/main/java/forge/game/keyword/Keyword.java index c6aafe7e39b..a8e3643c4b1 100644 --- a/forge-game/src/main/java/forge/game/keyword/Keyword.java +++ b/forge-game/src/main/java/forge/game/keyword/Keyword.java @@ -29,7 +29,7 @@ public enum Keyword { CHANGELING(SimpleKeyword.class, true, "This card is every creature type."), CIPHER(SimpleKeyword.class, true, "Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost."), CONSPIRE(SimpleKeyword.class, false, "As an additional cost to cast this spell, you may tap two untapped creatures you control that each share a color with it. If you do, copy it."), - CONVOKE(SimpleKeyword.class, true, "Each creature you tap while playing this spell reduces its cost by {1} or by one mana of that creature's color."), + CONVOKE(SimpleKeyword.class, true, "Your creatures can help cast this spell. Each creature you tap while playing this spell reduces its cost by {1} or by one mana of that creature's color."), CREW(KeywordWithAmount.class, true, "Tap any number of creatures you control with total power %1$d or more: This Vehicle becomes an artifact creature until end of turn."), CUMULATIVE_UPKEEP(KeywordWithCost.class, false, "At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it."), CYCLING(Cycling.class, false, "%s, Discard this card: Draw a card."), //Typecycling reminder text handled by Cycling class diff --git a/forge-gui/res/cardsfolder/f/frenzy_sliver.txt b/forge-gui/res/cardsfolder/f/frenzy_sliver.txt index f1b0eeb18bb..e1218a18240 100644 --- a/forge-gui/res/cardsfolder/f/frenzy_sliver.txt +++ b/forge-gui/res/cardsfolder/f/frenzy_sliver.txt @@ -2,7 +2,7 @@ Name:Frenzy Sliver ManaCost:1 B Types:Creature Sliver PT:1/1 -S:Mode$ Continuous | Affected$ Creature.Sliver | AddTrigger$ TrigFrenzy | AddSVar$ FrenzyPump | Description$ All Sliver creatures have frenzy 1. +S:Mode$ Continuous | Affected$ Creature.Sliver | AddTrigger$ TrigFrenzy | AddSVar$ FrenzyPump | Description$ All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.) SVar:TrigFrenzy:Mode$ AttackerUnblocked | ValidCard$ Card.Self | Execute$ FrenzyPump | TriggerZones$ Battlefield | TriggerDescription$ Frenzy 1 (Whenever CARDNAME attacks and isn't blocked, it gets +1/+0 until end of turn.) SVar:FrenzyPump:AB$ Pump | Cost$ 0 | NumAtt$ +1 | Defined$ TriggeredAttacker SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/v/virulent_sliver.txt b/forge-gui/res/cardsfolder/v/virulent_sliver.txt index 52ccb5e00b2..4d6b7e72c75 100644 --- a/forge-gui/res/cardsfolder/v/virulent_sliver.txt +++ b/forge-gui/res/cardsfolder/v/virulent_sliver.txt @@ -2,7 +2,7 @@ Name:Virulent Sliver ManaCost:G Types:Creature Sliver PT:1/1 -S:Mode$ Continuous | Affected$ Creature.Sliver | AddKeyword$ Poisonous 1 | Description$ All Sliver creatures have poisonous 1. +S:Mode$ Continuous | Affected$ Creature.Sliver | AddKeyword$ Poisonous 1 | Description$ All Sliver creatures have poisonous 1. (Whenever a Sliver deals combat damage to a player, that player gets a poison counter. A player with ten or more poison counters loses the game.) SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/virulent_sliver.jpg Oracle:All Sliver creatures have poisonous 1. (Whenever a Sliver deals combat damage to a player, that player gets a poison counter. A player with ten or more poison counters loses the game.)