mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fix a Layer comparison in Liege of the Tangle
This commit is contained in:
parent
01b797f494
commit
49981ba2a3
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class LiegeOfTheTangleEffect extends ContinuousEffectImpl {
|
|||
public boolean hasLayer(Layer layer) {
|
||||
return layer == Layer.PTChangingEffects_7
|
||||
|| layer == Layer.ColorChangingEffects_5
|
||||
|| layer == layer.TypeChangingEffects_4;
|
||||
|| layer == Layer.TypeChangingEffects_4;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue