-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Describe the bug
It is not possible to apply more than one effect of the same type to a charm.
To Reproduce
Steps to reproduce the behavior:
- Create a charm config with two instances of a
PLAYER_PARTICLEeffect - Apply charm to item
- Observe that only one effect is present
Expected behavior
Both effects are present
Additional context
I have no idea why I designed it like this. Basically, it should likely be an ArrayList instead of a HashMap for storing effects, but that might need to be different too.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog