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
5029 / 21931
Discarded
3258 / 11278
Drawn
9824 / 40802

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);