- "Cave Troll's Hammer" from Black Rider now is of ORC culture, not MORIA.

This commit is contained in:
marcins78@gmail.com
2012-01-07 23:08:35 +00:00
parent 4fed9d0c3c
commit 66e67fcb78
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ import java.util.List;
*/
public class Card12_086 extends AbstractAttachable {
public Card12_086() {
super(Side.SHADOW, CardType.POSSESSION, 2, Culture.MORIA, PossessionClass.HAND_WEAPON, "Cave Troll's Hammer", true);
super(Side.SHADOW, CardType.POSSESSION, 2, Culture.ORC, PossessionClass.HAND_WEAPON, "Cave Troll's Hammer", true);
}
@Override

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>7 Jan. 2012</b>
- "Damrod" now correctly checks his spot play condition.
- "Cave Troll's Hammer" from Black Rider now is of ORC culture, not MORIA.
<b>6 Jan. 2012</b>
- "Uruk Warrior" now correctly can use it's ability in Maneuver phase, rather than in Shadow phase.