mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
implement Lava Burst (#14077)
Co-authored-by: Steven Knipe <knipesteven@gmail.com>
This commit is contained in:
parent
9df087ba98
commit
1c13dfc3be
5 changed files with 125 additions and 0 deletions
|
|
@ -108,6 +108,10 @@ public class ContinuousEffects implements Serializable {
|
|||
return requirementEffects;
|
||||
}
|
||||
|
||||
public List<ReplacementEffect> getReplacementEffects() {
|
||||
return replacementEffects;
|
||||
}
|
||||
|
||||
public List<RestrictionEffect> getRestrictionEffects() {
|
||||
return restrictionEffects;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue