- "Grima's Dagger" is now a possession, rather than condition.

This commit is contained in:
marcins78@gmail.com
2012-03-30 14:59:29 +00:00
parent bf88493512
commit 447e98e69e
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ import java.util.List;
*/
public class Card17_044 extends AbstractAttachable {
public Card17_044() {
super(Side.SHADOW, CardType.CONDITION, 1, Culture.MEN, PossessionClass.HAND_WEAPON, "Grima's Dagger", true);
super(Side.SHADOW, CardType.POSSESSION, 1, Culture.MEN, PossessionClass.HAND_WEAPON, "Grima's Dagger", true);
}
@Override

View File

@@ -3,6 +3,7 @@
- "What Are We Waiting For?" should now skip only one Shadow phase, if player moves more than once.
- "Final Triumph" should now correctly allow the skirmish to resolve based on Vitality.
- "Host of Udun" should now work correctly.
- "Grima's Dagger" is now a possession, rather than condition.
<b>28 Mar. 2012</b>
- "Galadriel, Lady of the Golden Wood" should play the next site correctly now in non-numbered formats.