diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:09:35 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-09-27 19:09:35 -0400 |
| commit | 543869769d420e4dcbf0f2ba84cd8ce245318169 (patch) | |
| tree | fda3cfc8ca408d66eff3ede2ed091d1efbfdad8e /src/main/java/tlIItools/EffectGroup.java | |
| parent | daf1adc30d78b3a690453c0e690251bc6548686e (diff) | |
A few updates
Diffstat (limited to 'src/main/java/tlIItools/EffectGroup.java')
| -rw-r--r-- | src/main/java/tlIItools/EffectGroup.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/tlIItools/EffectGroup.java b/src/main/java/tlIItools/EffectGroup.java index 9f4ad49b..4cbbc0a1 100644 --- a/src/main/java/tlIItools/EffectGroup.java +++ b/src/main/java/tlIItools/EffectGroup.java @@ -32,6 +32,11 @@ public class EffectGroup { /** Whether or not this effect is a 'transfer' effect (Applied to the enemy on a hit). */ public boolean isTransfer; + /** + * Retrieve a summary of this effect group. + * + * @return A summary of the effect group + */ public String summary() { StringBuilder sb = new StringBuilder(); |
