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
228 / 3768
Discarded
106 / 1605
Drawn
490 / 6999

BB code

Effect

Summons opponent's last card

Code

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