mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
[AFR] Implemented Dawnbringer Cleric
This commit is contained in:
parent
3a0201d17d
commit
f60d76569a
4 changed files with 73 additions and 0 deletions
|
|
@ -70,4 +70,9 @@ public class Mode implements Serializable {
|
|||
public void addEffect(Effect effect) {
|
||||
effects.add(effect);
|
||||
}
|
||||
|
||||
public Mode setFlavorWord(String flavorWord) {
|
||||
effects.setFlavorWord(flavorWord);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue