- "Whip of Many Thongs, Ancient Serpentine Weapon" can now be born as an additional weapon (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user