mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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;
|
this.curCharacteristics = state;
|
||||||
|
|
||||||
|
getGame().fireEvent(new GameEventCardStatsChanged(this)); //ensure stats updated for new characteristics
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user