- "Knife of the Galadhrim" no longer freezes the game if in hand.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user