MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Micramix
Micramix

Illusion

Switches your hand with opponent's hand (shuffles both hands)

Id
152
Name
Micramix
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
10
Created
1. May, 2006
Modified
1. Aug, 2015
Played
98 / 928
Discarded
72 / 732
Drawn
236 / 2293

BB code

Effect

Switches your hand with opponent's hand (shuffles both hands)

Code

    $t->setCard('my', $t->cardPos(), $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->cardPos(), 'drawCardRandom'));
    $tmp = $t->myData()->Hand;
    $t->setHandShuffled('my', $t->hisData()->Hand);
    $t->setHandShuffled('his', $tmp);
    $t->noNextCard();