Files
wagic/projects/mtg
solo81@web.de 0d39c0177d Changed the code of all cards with optional cycling effects (ONS).
EXAMPLE: The older code of Death Pulse was:

autohand={1}{B}{B}:cycling && may -1/-1 target(creature)

I tested this ingame and the following happened: 
1. I pay the cycling cost. 
2. The engine gives me the option to target a creature. 
3. I choose a creature.
4. The cycling effect resolves: Death Pulse goes to the graveyard and I draw a card, but the targeted creature does not get the p/t malus.

This is seems to be because the cycling effect is coded as  option ("may") and the cycle process (dicard this:Draw:1) is coded as a "must".

I found a new, successfully tested way to code such cards by giving them 2 autohand-lines instead of only one: 
The first one is without optional effect and the second one is with optional effect.
Ingame, if you cycle Death Pulse f.e., a window will appear to choose between those two auto-lines. WORKS GREAT AND DOES NOT BREAK THE CARD!! :)
2009-12-13 13:54:38 +00:00
..
2009-11-29 06:45:50 +00:00
2009-11-04 13:33:21 +00:00
2009-12-13 11:18:55 +00:00
2009-12-13 10:21:33 +00:00
2009-11-01 02:52:41 +00:00
2008-11-02 09:50:16 +00:00
2008-11-02 09:50:16 +00:00
2009-10-24 01:42:37 +00:00
J :
2009-11-08 02:55:14 +00:00