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
800 / 9049
Discarded
442 / 3632
Drawn
1717 / 16034

BB code

Effect

Summons the last card

Code

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