mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
[ZNR] fixed Ashaya, Soul of the Wild and Volrath's Shapeshifter interaction (fixes #7812)
This commit is contained in:
parent
f68ed68034
commit
d1f51cae2f
2 changed files with 8 additions and 8 deletions
|
|
@ -1025,8 +1025,11 @@ public class ContinuousEffects implements Serializable {
|
|||
}
|
||||
|
||||
applyLayer(activeLayerEffects, Layer.TextChangingEffects_3, game, "layer_3");
|
||||
activeLayerEffects = getLayeredEffects(game, "layer_3");
|
||||
applyLayer(activeLayerEffects, Layer.TypeChangingEffects_4, game, "layer_4");
|
||||
activeLayerEffects = getLayeredEffects(game, "layer_4");
|
||||
applyLayer(activeLayerEffects, Layer.ColorChangingEffects_5, game, "layer_5");
|
||||
activeLayerEffects = getLayeredEffects(game, "layer_5");
|
||||
|
||||
Map<ContinuousEffect, List<Ability>> appliedEffectAbilities = new HashMap<>();
|
||||
boolean done = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue