Erwan
- fix global effect cards (wrath of god) VS protection - Removed/updated a few debug outputs
This commit is contained in:
@@ -65,7 +65,6 @@ void MTGPlayerCards::initGame(int shuffle, int draw){
|
||||
if (shuffle) library->shuffle();
|
||||
if (draw){
|
||||
for (int i=0;i<7;i++){
|
||||
OutputDebugString("draw\n");
|
||||
drawFromLibrary();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user