MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 U
Rejuvenation
Rejuvenation

Restoration

Summons the last card

Id
105
Name
Rejuvenation
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 8 / 0
Modes
0
Level
7
Created
1. May, 2006
Modified
29. Oct, 2016
Played
829 / 9078
Discarded
480 / 3670
Drawn
1824 / 16141

BB code

Effect

Summons the last card

Code

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