MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Evolution
Evolution

Quick

Discard opponent's hand (can't draw rare cards)
If not New
Discard your hand

Id
255
Name
Evolution
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
8
Created
1. May, 2006
Modified
24. Dec, 2012
Played
1141 / 4182
Discarded
101 / 812
Drawn
1507 / 6010

BB code

Effect

Discard opponent's hand (can't draw rare cards)
If not New
Discard your hand

Code

    $t->setHand('his', $t->drawHandNoRare($t->hisDeck()));
    if (!$t->isMyNew($t->cardPos())) {
      $t->setHand('my', $t->drawHandRandom($t->myDeck()));
      $t->noNextCard();
    }