Skip to content

Commit 8e0246b

Browse files
priority tweak
1 parent a67b5f4 commit 8e0246b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/content.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ SMODS.Sound({
577577
and to_big(G.GAME.round_scores["hand"].amt) > to_big(10) ^ 1000000
578578
then
579579
G.GAME.cry_music_big = 6
580-
return 101
580+
return 100.001
581581
end
582582
end,
583583
})
@@ -589,7 +589,7 @@ SMODS.Sound({
589589
return (Cryptid_config.Cryptid
590590
and Cryptid_config.Cryptid.exotic_music
591591
and #Cryptid.advanced_find_joker(nil, "cry_exotic", nil, nil, true) ~= 0)
592-
and 102
592+
and 100.002
593593
end,
594594
})SMODS.Sound({
595595
key = "music_mainline",

0 commit comments

Comments
 (0)