Skip to content

Commit d1600b9

Browse files
committed
add crossmod func for hooking into loc reload
1 parent 2dc2757 commit d1600b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/misc.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,13 @@ end
735735
-- For resetting localization on the fly for family friendly toggle
736736
function Cryptid.reload_localization()
737737
SMODS.handle_loc_file(Cryptid.path)
738+
Cryptid.handle_other_localizations()
738739
return init_localization()
739740
end
741+
-- Purely for crossmod purposes
742+
function Cryptid.handle_other_localizations()
743+
744+
end
740745

741746
-- Checks if all jokers in shop will have editions (via Curate, Edition Decks, etc.)
742747
-- Will cause edition tags to Nope!

0 commit comments

Comments
 (0)