- "Knife of the Galadhrim" no longer freezes the game if in hand.

This commit is contained in:
marcins78@gmail.com
2011-11-22 23:05:29 +00:00
parent 5665d36ab6
commit 0217c4c9b5
2 changed files with 3 additions and 1 deletions

View File

@@ -36,7 +36,8 @@ public class Card9_017 extends AbstractAttachableFPPossession {
@Override
public boolean isExtraPossessionClass(LotroGame game, PhysicalCard self) {
return self.getAttachedTo().getBlueprint().getName().equals("Aragorn");
PhysicalCard to = self.getAttachedTo();
return (to != null && to.getBlueprint().getName().equals("Aragorn"));
}
@Override

View File

@@ -8,6 +8,7 @@ previously assigned minion towards the Defender rule.
- "Terrible and Evil" should be now wounding minions correctly.
- "Linnar" should allow to heal characters, only if a fierce skirmish is won.
- "Morgul Blade" should now correctly allow to transfer Blade Tip from discard.
- "Knife of the Galadhrim" no longer freezes the game if in hand.
<b>21 Nov. 2011</b>
- "Fifth Level" has now a Fortification keyword.