Files
wagic/projects/mtg/include
omegablast2002@yahoo.com f8800b8bbd added an ability keyword that resolves to do nothing.
"donothing"
this is to avoid using powerandtoughness 0/0 ability to mean "do nothing"

old code
[card]
name=Inquisition
target=player
auto=target(*|targetedpersonshand) 0/0
auto=foreach(*[white]|targetedpersonshand) damage:1 targetedplayer
text=Target player reveals his or her hand. Inquisition deals damage to that player equal to the number of white cards in his or her hand.
mana={2}{B}
type=Sorcery
[/card]

new code
[card]
name=Inquisition
target=player
auto=target(*|targetedpersonshand) donothing
auto=foreach(*[white]|targetedpersonshand) damage:1 targetedplayer
text=Target player reveals his or her hand. Inquisition deals damage to that player equal to the number of white cards in his or her hand.
mana={2}{B}
type=Sorcery
[/card]
2013-01-30 02:38:25 +00:00
..
2011-12-11 13:48:24 +00:00
2011-09-01 20:03:26 +00:00
2011-12-18 09:40:35 +00:00
2012-06-01 23:36:18 +00:00
2011-10-02 09:05:39 +00:00
2011-10-02 14:11:30 +00:00
2013-01-05 03:05:53 +00:00
2012-03-21 14:41:38 +00:00
2011-12-11 13:48:24 +00:00
2011-07-04 19:09:19 +00:00
2012-01-30 09:23:56 +00:00
2011-09-17 21:27:36 +00:00
J :
2010-02-27 18:49:03 +00:00
2013-01-25 23:45:58 +00:00
2013-01-20 20:13:07 +00:00