mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fix so stats on face down cards appear properly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user