Skip to content

Commit

Permalink
smol config change
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 25, 2025
1 parent 825d160 commit 4b038e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static final class MissileShapeProperties {
public static int minimumLevel = 3;

@ConfigEntry(id = "potencyModifier", type = EntryType.DOUBLE, translation = "config.arcanuscontinuum.potencyModifier")
public static double potencyModifier = -0.25;
public static double potencyModifier = 0;

@ConfigEntry(id = "procsOnce", type = EntryType.BOOLEAN, translation = "config.arcanuscontinuum.procsOnce")
public static boolean procsOnce = false;
Expand Down

0 comments on commit 4b038e6

Please sign in to comment.