Fix so stats on face down cards appear properly

This commit is contained in:
drdev
2014-07-25 23:24:26 +00:00
parent 76adfe39b4
commit cce5ac665a

View File

@@ -313,6 +313,8 @@ public class Card extends GameEntity implements Comparable<Card> {
this.curCharacteristics = state;
getGame().fireEvent(new GameEventCardStatsChanged(this)); //ensure stats updated for new characteristics
return true;
}