added nolegend ability. this doesn't remove legend rule, it only makes a card thas has nolegend ability excluded from check.
This commit is contained in:
@@ -220,7 +220,8 @@ class Constants
|
||||
POISONDAMAGER = 99,
|
||||
soulbond = 100,
|
||||
LURE = 101,
|
||||
NB_BASIC_ABILITIES = 102,
|
||||
NOLEGEND = 102,
|
||||
NB_BASIC_ABILITIES = 103,
|
||||
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
|
||||
Reference in New Issue
Block a user