- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.
This commit is contained in:
@@ -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())));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user