- Adding 0 threats is now possible and legal, hence playing "Plotting" will not fail now, if you can't add any threats anymore (number of threats is equal to or greater than number of companions).
This commit is contained in:
@@ -65,6 +65,6 @@ public class AddThreatsEffect extends AbstractEffect {
|
||||
|
||||
return new FullEffectResult(toAdd == count, toAdd == count);
|
||||
}
|
||||
return new FullEffectResult(false, false);
|
||||
return new FullEffectResult(count == 0, count == 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>23 Apr. 2012</b>
|
||||
- Adding 0 threats is now possible and legal, hence playing "Plotting" will not fail now, if you can't add any threats
|
||||
anymore (number of threats is equal to or greater than number of companions).
|
||||
|
||||
<b>19 Apr. 2012</b>
|
||||
- "Rope and Winch" now adds +2 Strength, instead of +1 for each extra card discarded.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user