Skip to content

Commit

Permalink
fix: Fixed a bug that caused stackable artefacts to alway double thei…
Browse files Browse the repository at this point in the history
…r effect
  • Loading branch information
WinDanesz committed May 18, 2024
1 parent f9cf1b3 commit 936601c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/electroblob/wizardry/item/ItemArtefact.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public enum Type {
/** An artefact that improves utility spells. One of these can be active at any one time. */ CHARM(1),
/** Added for add-on artefacts. */ BELT(1),
/** Added for add-on artefacts. */ BODY(1),
/** Added for add-on artefacts. */ HEAD(1),
/** Added for add-on artefacts. */ TRINKET(1);
/** Added for add-on artefacts. */ HEAD(1);

public final int maxAtOnce;

Expand Down

0 comments on commit 936601c

Please sign in to comment.