diff --git a/localization/en-us.lua b/localization/en-us.lua index f3d6d65..c06f480 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -54,4 +54,12 @@ return { }, }, }, + misc = { + challenge_names = { + c_Roland_Jokerful = "Jokerful", + }, + v_text = { + ch_c_Roland_Jokerful = {"Only the {C:common}default Joker{} can appear in shops"}, + }, + }, } diff --git a/manifest.json b/manifest.json index 9bc6214..0d9f9a5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "1.3.1", + "version": "1.3.2", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A",