- fix issue 226 (holy day)
- fix issue 213 (random deck NB of cards)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-03 13:40:48 +00:00
parent 8b8abafe59
commit a58e414a5f
4 changed files with 47 additions and 3 deletions

View File

@@ -2208,7 +2208,7 @@ class APreventAllCombatDamage:public MTGAbility{
return 1;
}
int Destroy(){
int destroy(){
game->replacementEffects->remove(re);
delete re;
return 1;