- "Jarnsmid" now modifies the twilight cost of the itmes by -1, rather than +1.

This commit is contained in:
marcins78@gmail.com
2011-11-23 10:45:27 +00:00
parent 1e48579050
commit a38d58c7aa
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,6 @@ public class Card2_025 extends AbstractAlly {
PossessionClass.ARMOR,
PossessionClass.HELM,
PossessionClass.HAND_WEAPON
), 1);
), -1);
}
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>23 Nov. 2011</b>
- "Jarnsmid" now modifies the twilight cost of the itmes by -1, rather than +1.
<b>22 Nov. 2011</b>
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
previously assigned minion towards the Defender rule.