Fixing snows unit test

This commit is contained in:
Christian 'ketura' McCarty
2022-07-10 16:21:15 -05:00
parent b5f6c0cd34
commit 50cde01814

View File

@@ -149,7 +149,7 @@ public class Card_01_138_ErrataTests
scn.FreepsSkipCurrentPhaseAction();
scn.ShadowPlayCard(snows);
scn.ShadowChoose(scn.ShadowGetCardChoices().get(0));
scn.ShadowChoose(scn.ShadowGetCardChoices().get(1)); //Should be site 2
scn.ApplyAdHocModifier(new KeywordModifier(null, Filters.name("Uruk Savage"), Keyword.FIERCE));
scn.SkipToPhase(Phase.ASSIGNMENT);