MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 U
Mirror strike
Mirror strike

Illusion

Summons opponent's last card

Id
168
Name
Mirror strike
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 8 / 0
Modes
0
Level
7
Created
1. May, 2006
Modified
29. Oct, 2016
Played
200 / 3740
Discarded
94 / 1593
Drawn
416 / 6925

BB code

Effect

Summons opponent's last card

Code

    if ($t->hisLastCard()->id() > 0) {
      $t->nextCard($t->hisLastCard()->id(), true);
    }