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
426 / 4738
Discarded
725 / 4569
Drawn
991 / 7003

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());
    }