Skip to content

Commit 93199ea

Browse files
Update calculate.lua
1 parent 26c04b3 commit 93199ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/calculate.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,9 @@ function Cryptid.exponentia_scale_mod(self, orig_scale_scale, orig_scale_base, n
622622
end
623623
end
624624
end
625+
if not dbl_info then
626+
dbl_info = {}
627+
end
625628
if G.GAME.cry_double_scale[jkr.sort_id] and not G.GAME.cry_double_scale[jkr.sort_id].scaler then
626629
dbl_info.base = { "extra", "Emult" }
627630
dbl_info.scaler = { "extra", "Emult_mod" }

0 commit comments

Comments
 (0)