mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed a problem that tokens that came into play with modified attributes (P/T e.g. from Master of Etherium) were seen for triggered abilities (e.g. Sword of the Meek ) with unmodified attributes.
This commit is contained in:
parent
0ccaca4a3b
commit
8e42660e33
1 changed files with 1 additions and 0 deletions
|
@ -1397,6 +1397,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
|
||||
@Override
|
||||
public synchronized void applyEffects() {
|
||||
resetShortLivingLKI();
|
||||
state.applyEffects(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue