- minor fix in Zethfox cards addon (Bad lines error from parser)
- Zethfox's patch for {t(target)} as an extra Cost. Works the same way as sacrifice, check Azami, Lady of Scrolls for an example
- fixed compilation on the PSP (sorry!)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-08-01 03:21:59 +00:00
parent f40af0b1cb
commit ce69e23357
10 changed files with 137 additions and 10 deletions

View File

@@ -0,0 +1,28 @@
# Test: {t(target)} as an extra cost
# 78697 is Azami, Lady of Scrolls
# Tap an untapped Wizard you control: Draw a card.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:78697,Cathartic Adept
library:forest
[PLAYER2]
[DO]
78697
Cathartic Adept
next
#combat begins
next
#attackers
#if he is tapped, Cathartic Adept houldn't be able to attack
Cathartic Adept
next
#endofcombat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:78697,Cathartic Adept
hand:forest
[PLAYER2]
life:20
[END]