- "Extraordinary Resilience" should now work correctly.

This commit is contained in:
marcins78@gmail.com
2012-05-14 11:10:07 +00:00
parent b98a440660
commit dc3e579758
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class HealCharactersEffect extends AbstractPreventableCardEffect {
@Override
public Effect.Type getType() {
return null;
return Type.BEFORE_HEALED;
}
@Override

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>14 May 2012</b>
- "City of Men" should now correctly discard a minion at the end of the skirmish.
- "Extraordinary Resilience" should now work correctly.
<b>13 May 2012</b>
- "Isengard Ruined" should now correctly allow to exert companion twice.