From 1643445cc20c5d64cf2119158e894044245b2f70 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:44:07 +0200 Subject: Submerged Common fix (#1261) Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> --- constants/reforgestones.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 98c6fc2a..ef03bb0b 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -444,7 +444,8 @@ "reforgeStats": { "COMMON": { "crit_chance": 2, - "sea_creature_chance": 0.5 + "sea_creature_chance": 0.5, + "fishing_speed": 1 }, "UNCOMMON": { "crit_chance": 4, @@ -3292,4 +3293,4 @@ } } } -} \ No newline at end of file +} -- cgit