Skip to content

Commit badbdde

Browse files
d
1 parent 6b5bac1 commit badbdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/volmit/adapt/content/adaptation/tragoul/TragoulThorns.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected static class Config {
110110
int baseCost = 5;
111111
int maxLevel = 5;
112112
int initialCost = 5;
113-
int damageMultiplierPerLevel = 1;
113+
double damageMultiplierPerLevel = 1.0;
114114
double costFactor = 1.10;
115115
}
116116
}

0 commit comments

Comments
 (0)