MArcomage

Free multiplayer on-line fantasy card game

Please log in


18 U
Time travel
Time travel

Swift

Production: x2
Next card will be the last card played
(if different from Time travel)

Author
Id
1115
Name
Time travel
Rarity
Uncommon
Keywords
Swift
State
waiting

BB code

Effect

Production: x2
Next card will be the last card played
(if different from Time travel)

Note

Proposed by the community

Possible code:

$bricks_production*= 2;
$gems_production*= 2;
$recruits_production*= 2;
If (!($mydata->LastCard[$mylastcardindex] == ####)
AND ($mylast_action == 'play'))
$nextcard = $mydata->LastCard[$mylastcardindex];