forked from External/mage
make some fields final
This commit is contained in:
parent
f4d9c98df7
commit
3653e09ce4
8 changed files with 10 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ import mage.players.Player;
|
|||
*/
|
||||
public class AscendAbility extends SimpleStaticAbility {
|
||||
|
||||
public static String ASCEND_RULE = "Ascend <i>(If you control ten or more permanents, you get the city's blessing for the rest of the game.)</i>";
|
||||
public static final String ASCEND_RULE = "Ascend <i>(If you control ten or more permanents, you get the city's blessing for the rest of the game.)</i>";
|
||||
|
||||
public AscendAbility() {
|
||||
super(Zone.BATTLEFIELD, new AscendContinuousEffect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue