- Frodo and Sam are always Ring-bound (according to rules).

This commit is contained in:
marcins78@gmail.com
2011-10-24 09:26:47 +00:00
parent f6e0cc9aaa
commit 7076daaeb5
2 changed files with 5 additions and 0 deletions

View File

@@ -30,5 +30,7 @@ public class RuleSet {
new SanctuaryRule(_actionsEnvironment).applyRule();
new WinConditionRule(_actionsEnvironment).applyRule();
new FrodoAndSamRule(_modifiersLogic).applyRule();
}
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>24 Oct. 2011</b>
- Frodo and Sam are always Ring-bound (according to rules).
<b>23 Oct. 2011</b>
- "Hornburg Causeway" now adds +2 to archery for each unbound companion over 3, instead of +1.
- "The One Ring" from TTT now correctly gives Ring-Bound keyword to whoever is carrying it.