diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_elven.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_elven.hjson index bade0efee..b8c9818c2 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_elven.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/unofficial/pc/setV01/V1_elven.hjson @@ -335,7 +335,7 @@ { type: activated phase: fellowship - + text: Stack your tale or artifact from play cost: { type: StackCardsFromPlay select: choose(your,or(tale,artifact),not(self)) @@ -349,6 +349,7 @@ { type: activated phase: fellowship + text: Stack your tale or artifact from hand cost: { type: stackcardsfromhand select: choose(your,or(tale,artifact),not(self)) @@ -408,7 +409,7 @@ select: choose(companion) count: 0-1 } - } + } { type: discard select: self diff --git a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_011_Tests.java b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_011_Tests.java index fe5b6285d..993a3d66e 100644 --- a/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_011_Tests.java +++ b/gemp-lotr/gemp-lotr-server/src/test/java/com/gempukku/lotro/cards/unofficial/pc/vsets/set_v01/Card_V1_011_Tests.java @@ -129,7 +129,7 @@ public class Card_V1_011_Tests scn.FreepsPlayCard(gondorart); scn.FreepsPlayCard(shireart); - assertTrue(scn.FreepsActionAvailable(library)); + assertTrue(scn.FreepsActionAvailable("Stack your tale or artifact from play")); assertEquals(0, scn.GetFreepsHandCount()); scn.FreepsUseCardAction(library); @@ -195,7 +195,7 @@ public class Card_V1_011_Tests scn.StartGame(); - assertTrue(scn.FreepsActionAvailable(library)); + assertTrue(scn.FreepsActionAvailable("Stack your tale or artifact from hand")); assertEquals(9, scn.GetFreepsHandCount()); scn.FreepsUseCardAction(library);