- Added a few cards
- Creature attacks, blocks, is re-ordered in blocking list events
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-12 12:27:55 +00:00
parent feedb16eae
commit ab445c9758
19 changed files with 280 additions and 148 deletions
+1
View File
@@ -50,6 +50,7 @@ JQuad * Player::getIcon(){
Player * Player::opponent(){
GameObserver * game = GameObserver::GetInstance();
if (!game) return NULL;
for (int i= 0; i < 2; i++){
if (game->players[i] != this) return game->players[i];
}