-fix issue 47 (all creatures have haste)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-23 09:31:15 +00:00
parent decd70d4cf
commit 7577a588ec
5 changed files with 25 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ void MTGCardInstance::initMTGCI(){
tapped = 0;
untapBlockers = NULL;
untapping = 0;
summoningSickness = 0;
summoningSickness = 1;
target = NULL;
nbprotections = 0;
type_as_damageable = DAMAGEABLE_MTGCARDINSTANCE;