- "Whip of Many Thongs, Ancient Serpentine Weapon" can now be born as an additional weapon (per card text).

This commit is contained in:
marcins78
2013-03-12 14:44:53 +00:00
parent 641b5f4c7b
commit ca25576b11
2 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Lady of Imladris" with completely different text (per card text).
- "Saruman, Mind of Metal" adds twilight at the beginning of Maneuver phase, not end of Assignment (per card text).
- Fixed the image link problem for "Gimli's Battle Axe".
- Fixed the image link problem for "Retribution".
- "Whip of Many Thongs, Ancient Serpentine Weapon" can now be born as an additional weapon (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -30,6 +30,11 @@ public class Card20_283 extends AbstractAttachable {
return Filters.balrog;
}
@Override
public boolean isExtraPossessionClass(LotroGame game, PhysicalCard self, PhysicalCard attachedTo) {
return true;
}
@Override
public List<? extends Modifier> getAlwaysOnModifiers(LotroGame game, PhysicalCard self) {
List<Modifier> modifiers = new LinkedList<Modifier>();