From 6df567e07d0a335f1c6f156e46b30f2901034e07 Mon Sep 17 00:00:00 2001 From: Agetian Date: Thu, 2 Feb 2017 14:45:11 +0000 Subject: [PATCH] - Reverted the previous change, committed a correct fix for description generation for Sidar Kondo of Jamuraa. --- forge-game/src/main/java/forge/game/card/Card.java | 2 +- forge-gui/res/cardsfolder/s/sidar_kondo_of_jamuraa.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 8b005337a8d..7474b0852b0 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -1506,7 +1506,7 @@ public class Card extends GameEntity implements Comparable { if (keyword.contains("CardUID")) { sbLong.append("CardID (").append(Integer.valueOf(keyword.split("CantBlockCardUID_")[1])).append(")"); } else { - final String[] k = keyword.split(" "); + final String[] k = keyword.split(":"); sbLong.append(k.length > 1 ? k[1] + ".\r\n" : ""); } } else if (keyword.equals("Unblockable")) { diff --git a/forge-gui/res/cardsfolder/s/sidar_kondo_of_jamuraa.txt b/forge-gui/res/cardsfolder/s/sidar_kondo_of_jamuraa.txt index 51d77546d7b..a59c08415f0 100644 --- a/forge-gui/res/cardsfolder/s/sidar_kondo_of_jamuraa.txt +++ b/forge-gui/res/cardsfolder/s/sidar_kondo_of_jamuraa.txt @@ -3,7 +3,7 @@ ManaCost:2 G W Types:Legendary Creature Human Knight PT:2/5 K:Flanking -S:Mode$ Continuous | Affected$ Creature.withoutFlying+OppCtrl,Creature.withoutReach+OppCtrl | AddHiddenKeyword$ CantBlock Creature.powerLE2 | Description$ Creatures your opponents control without flying or reach can't block creatures with power 2 or less. +S:Mode$ Continuous | Affected$ Creature.withoutFlying+OppCtrl,Creature.withoutReach+OppCtrl | AddHiddenKeyword$ CantBlock Creature.powerLE2:creatures with power 2 or less | Description$ Creatures your opponents control without flying or reach can't block creatures with power 2 or less. K:Partner SVar:Picture:http://www.wizards.com/global/images/magic/general/sidar_kondo_of_jamuraa.jpg Oracle:Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nCreatures your opponents control without flying or reach can't block creatures with power 2 or less.\nPartner (You can have two commanders if both have partner.) \ No newline at end of file