From 713c8f4bc04dff83f911f28c792670e7d29c9d39 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 20 Mar 2025 19:29:30 -0500 Subject: [PATCH] Added custom text to make the two options on V1 Library of Rivendell easier to distinguish. --- .../main/resources/cards/unofficial/pc/setV01/V1_elven.hjson | 5 +++-- .../cards/unofficial/pc/vsets/set_v01/Card_V1_011_Tests.java | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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);