implement Lava Burst (#14077)

Co-authored-by: Steven Knipe <knipesteven@gmail.com>
This commit is contained in:
xenohedron 2026-01-09 17:04:35 -05:00 committed by GitHub
parent 9df087ba98
commit 1c13dfc3be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 125 additions and 0 deletions

View file

@ -108,6 +108,10 @@ public class ContinuousEffects implements Serializable {
return requirementEffects;
}
public List<ReplacementEffect> getReplacementEffects() {
return replacementEffects;
}
public List<RestrictionEffect> getRestrictionEffects() {
return restrictionEffects;
}