Laurent - Added new ability "opponentshroud" means "can't be the target of spells or abilities your opponents control." tested and works (see SHM _cards.dat)

Also added Flowstone Side (10E) - Tested and work probably my last addition to 10E.
This commit is contained in:
wagic.laurent
2009-06-21 20:38:40 +00:00
parent 887336aa7c
commit 7ade86e818
9 changed files with 4678 additions and 125 deletions

View File

@@ -96,8 +96,9 @@ class Constants
MUSTATTACK = 38,
CANTBLOCK = 39,
DOESNOTUNTAP =40,
OPPONENTSHROUD=41,
NB_BASIC_ABILITIES = 41,
NB_BASIC_ABILITIES = 42,
RARITY_M = 'M',