mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
[SNC] Implemented Cabaretti Charm
This commit is contained in:
parent
09b37a94f8
commit
063bf51bb5
5 changed files with 92 additions and 1 deletions
|
|
@ -66,8 +66,9 @@ public class Mode implements Serializable {
|
|||
return effects;
|
||||
}
|
||||
|
||||
public void addEffect(Effect effect) {
|
||||
public Mode addEffect(Effect effect) {
|
||||
effects.add(effect);
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getFlavorWord() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue