MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 C
Strive for height
Strive for height

If Wall is not divisible by 15
Wall is raised up to the next height that is divisible by 15

Id
468
Name
Strive for height
Rarity
Common
Keywords
Cost (B / G / R)
4 / 0 / 0
Modes
0
Level
10
Created
24. Oct, 2009
Modified
24. Dec, 2011
Played
5350 / 22252
Discarded
3486 / 11506
Drawn
10490 / 41468

BB code

Effect

If Wall is not divisible by 15
Wall is raised up to the next height that is divisible by 15

Code

$t->myData()->setWall(ceil($t->myData()->Wall / 15) * 15);