We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6804956 commit 874f3c0Copy full SHA for 874f3c0
lib/misc.lua
@@ -482,27 +482,6 @@ function cry_bonusvouchermod(mod)
482
end
483
484
485
-function save_cryptid()
486
- local data = {
487
- shinytags = {},
488
- }
489
- data.shinytags = copy_table(Cryptid.shinytagdata)
490
- compress_and_save(G.SETTINGS.profile .. "/" .. "cryptidsave.jkr", STR_PACK(data))
491
-end
492
-
493
-local sppref = set_profile_progress
494
-function set_profile_progress()
495
- sppref()
496
- if not Cryptid.shinytagdata.init then
497
- for k, v in pairs(G.P_TAGS) do
498
- if Cryptid.shinytagdata[k] == nil then
499
- Cryptid.shinytagdata.init = true
500
- Cryptid.shinytagdata[k] = false
501
- end
502
503
504
505
506
Cryptid.big_num_whitelist = {
507
j_ride_the_bus = true,
508
j_egg = true,
0 commit comments