Erwan
- removed some unused code. Please review! - Added protection from() auto keyword. It is still possible to use protection from [color] in abilities, but when it is not possible, please use protection from([target]) in auto=
This commit is contained in:
@@ -71,6 +71,8 @@ ascendant_evincar3.txt
|
||||
ashen_firebeast.txt
|
||||
ashen_firebeast2.txt
|
||||
aura_mutation.txt
|
||||
baneslayer_angel.txt
|
||||
baneslayer_angel2.txt
|
||||
barbed_sliver.txt
|
||||
basal_sliver.txt
|
||||
beacon_of_unrest.txt
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
#Test: prtection from(
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:Brimstone Dragon
|
||||
[PLAYER2]
|
||||
inplay:baneslayer angel
|
||||
[DO]
|
||||
Brimstone Dragon
|
||||
next
|
||||
#blockers
|
||||
baneslayer angel
|
||||
next
|
||||
#damage 1st strike
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Brimstone Dragon
|
||||
[PLAYER2]
|
||||
inplay:baneslayer angel
|
||||
life:25
|
||||
[END]
|
||||
@@ -0,0 +1,26 @@
|
||||
#Test: prtection from(
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:Denizen of the deep
|
||||
[PLAYER2]
|
||||
inplay:baneslayer angel
|
||||
[DO]
|
||||
Denizen of the deep
|
||||
next
|
||||
#blockers
|
||||
baneslayer angel
|
||||
next
|
||||
#damage 1st strike
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Denizen of the deep
|
||||
[PLAYER2]
|
||||
graveyard:baneslayer angel
|
||||
life:25
|
||||
[END]
|
||||
Reference in New Issue
Block a user