Fixed "Cursed Mirror".
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
## [master] (https://github.com/WagicProject/wagic/tree/master)
|
## [master] (https://github.com/WagicProject/wagic/tree/master)
|
||||||
|
|
||||||
### 15/10/21
|
### 15/10/21
|
||||||
- *Committed:* Fixed "Sylvan Awakening", "Sylvan Library" and "Sylvia Brightspear" primitives. ([Vitty85](https://github.com/Vitty85))
|
- *Committed:* Fixed "Cursed Mirror". ([Vitty85](https://github.com/Vitty85))
|
||||||
|
|
||||||
|
- *Committed:* Fixed "Sylvan Awakening", "Sylvan Library" and "Sylvia Brightspear" primitives. https://github.com/WagicProject/wagic/commit/316e2b21b4d8cdc2b75f26a2adf6fba86078b680 ([Vitty85](https://github.com/Vitty85))
|
||||||
|
|
||||||
- *Committed:* Fixed all primitives with damage modifier, improved "damaged" trigger for Planeswalkers. https://github.com/WagicProject/wagic/commit/984aac51f4240508ef8796729e48746fdc637aee ([Vitty85](https://github.com/Vitty85))
|
- *Committed:* Fixed all primitives with damage modifier, improved "damaged" trigger for Planeswalkers. https://github.com/WagicProject/wagic/commit/984aac51f4240508ef8796729e48746fdc637aee ([Vitty85](https://github.com/Vitty85))
|
||||||
|
|
||||||
|
|||||||
@@ -14907,7 +14907,7 @@ toughness=2
|
|||||||
[card]
|
[card]
|
||||||
name=Cursed Mirror
|
name=Cursed Mirror
|
||||||
auto={T}:add{R}
|
auto={T}:add{R}
|
||||||
auto=if compare(currentphase)~lessthan~11 then name(Copy target creature) may name(Copy target creature) target(creature|mybattlefield) copy and!( all(this) transforms((,newability[haste],newability[phaseaction[endofturn once] flip(Cursed Mirror) undocpy])) forever )!
|
auto=may name(Copy target creature) target(creature|battlefield) copy and!( all(this) transforms((,newability[haste],newability[phaseaction[endofturn once] flip(Cursed Mirror) undocpy])) forever )!
|
||||||
text={T}: Add {R}. -- As Cursed Mirror enters the battlefield, you may have it become a copy of any creature on the battlefield until end of turn, except it has haste.
|
text={T}: Add {R}. -- As Cursed Mirror enters the battlefield, you may have it become a copy of any creature on the battlefield until end of turn, except it has haste.
|
||||||
mana={2}{R}
|
mana={2}{R}
|
||||||
type=Artifact
|
type=Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user