Fixing Keeper of Isengard errata fierce not applying until regroup
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
"effect": {
|
||||
"type": "addKeyword",
|
||||
"filter": "choose(uruk-hai)",
|
||||
"keyword": "fierce"
|
||||
"keyword": "fierce",
|
||||
"until": "start(regroup)"
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
@@ -110,5 +110,7 @@ public class Saruman_KoIErrataTests
|
||||
assertEquals(0, scn.GetWoundsOn(uruk1));
|
||||
assertEquals(1, scn.GetWoundsOn(saruman));
|
||||
|
||||
scn.SkipToPhase(Phase.ASSIGNMENT);
|
||||
assertTrue(scn.HasKeyword(uruk1, Keyword.FIERCE));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user