MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 C
Invaders
Invaders

Horde

Attack: 3
Replace a card in hand with self

Id
452
Name
Invaders
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 2
Modes
8
Level
6
Created
22. Jul, 2009
Modified
26. Sep, 2015
Played
466 / 4778
Discarded
815 / 4659
Drawn
1124 / 7136

BB code

Effect

Attack: 3
Replace a card in hand with self

Code

    $t->hisData()->attack(3);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }
    else {
      $t->replaceCard('my', $t->mode(), $t->card()->id());
    }