forked from External/mage
* Started to fix color setting for cards (e.g. Painter's Serverant) #408 (not completely finished yet).
This commit is contained in:
parent
119422750c
commit
c27ef5ee97
169 changed files with 515 additions and 395 deletions
|
|
@ -26,7 +26,7 @@ public interface MageObject extends MageItem, Serializable {
|
|||
Abilities<Ability> getAbilities();
|
||||
boolean hasAbility(UUID abilityId, Game game);
|
||||
|
||||
ObjectColor getColor();
|
||||
ObjectColor getColor(Game game);
|
||||
ManaCosts<ManaCost> getManaCost();
|
||||
|
||||
MageInt getPower();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue