- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.

This commit is contained in:
marcins78@gmail.com
2011-11-20 17:30:18 +00:00
parent 95512135d9
commit 39cac86754
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,6 @@ public class Card9_048 extends AbstractMinion {
@Override
public int getTwilightCostModifier(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard self) {
return -(gameState.getTwilightPool() + gameState.getThreats() + Filters.countSpottable(gameState, modifiersQuerying, Filters.siteControlled(self.getOwner())));
return -(gameState.getBurdens() + gameState.getThreats() + Filters.countSpottable(gameState, modifiersQuerying, Filters.siteControlled(self.getOwner())));
}
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>20 Nov. 2011</b>
- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.
<b>19 Nov. 2011</b>
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
- "Nine-fingered Frodo and the Ring of Doom" no longer freezes the game if removing threats is used.