Merge pull request #730 from kevlahnota/master

Updated Primitives
This commit is contained in:
Anthony Calosa
2016-07-08 11:47:37 +08:00
committed by GitHub
3 changed files with 287 additions and 264 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -455,6 +455,7 @@ library_of_alexandria3.txt
lifeforce.txt
lifeline.txt
lifetap.txt
lifetap2.txt
lightmine_field.txt
lightmine_field2.txt
living_artifact_i169.txt

View File

@@ -0,0 +1,22 @@
#Player 2 must not gain life because Shocklands enters tha battlefied tapped...
[INIT]
firstmain
[PLAYER1]
hand:Stomping Ground, Temple Garden
inplay:Exploration
[PLAYER2]
inplay:Lifetap
life:20
[DO]
Stomping Ground
choice 1
Temple Garden
choice 1
[ASSERT]
firstmain
[PLAYER1]
inplay:Exploration, Stomping Ground, Temple Garden
[PLAYER2]
inplay:Lifetap
life:20
[END]