Time travel
Swift
Production: x2
Next card will be the last card played
(if different from Time travel)
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];