diff options
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(); |
