Erwan
- Fix a bug with Nevinyrrals Disk
This commit is contained in:
@@ -1364,17 +1364,7 @@ power=3
|
||||
subtype=Lizard
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Steelclad Serpent can't attack unless you control another artifact.
|
||||
id=175009
|
||||
name=Steelclad Serpent
|
||||
rarity=C
|
||||
type=Artifact Creature
|
||||
mana={5}{U}
|
||||
power=4
|
||||
subtype=Serpent
|
||||
toughness=5
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Flying, vigilance Players can't untap more than one creature during their untap steps.
|
||||
id=175396
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#Bug: Nevinyrral�fs Disk: Destroys creatures, enchantments and artifacts as soon as it comes into play
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Nevinyrral's Disk
|
||||
inplay:black vise
|
||||
manapool:{4}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Nevinyrral's Disk
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:black vise,Nevinyrral's Disk
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,29 @@
|
||||
#
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Nevinyrral's Disk
|
||||
inplay:black vise,swamp
|
||||
manapool:{4}
|
||||
[PLAYER2]
|
||||
inplay:obsianus golem
|
||||
[DO]
|
||||
Nevinyrral's Disk
|
||||
eot
|
||||
eot
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#firstmain
|
||||
swamp
|
||||
Nevinyrral's Disk
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:black vise,Nevinyrral's Disk
|
||||
inplay:swamp
|
||||
[PLAYER2]
|
||||
graveyard:obsianus golem
|
||||
[END]
|
||||
@@ -76,6 +76,8 @@ living_lands.txt
|
||||
lord_of_the_pit.txt
|
||||
lord_of_the_pit2.txt
|
||||
nantuko_husk.txt
|
||||
Nevinyrrals_Disk.txt
|
||||
Nevinyrrals_Disk2.txt
|
||||
nightmare.txt
|
||||
Nyxathid.txt
|
||||
orcish_lumberjack.txt
|
||||
|
||||
Reference in New Issue
Block a user