From cd1d90b66bc00e229618746337f7547765a71fa9 Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Thu, 8 Jun 2023 09:52:38 +0300 Subject: [PATCH] Map Primordial Malzeno part names --- reframework/autorun/MHR_Overlay.lua | 2 +- .../autorun/MHR_Overlay/Misc/part_names.lua | 23 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/reframework/autorun/MHR_Overlay.lua b/reframework/autorun/MHR_Overlay.lua index 1503751..5e0f23a 100644 --- a/reframework/autorun/MHR_Overlay.lua +++ b/reframework/autorun/MHR_Overlay.lua @@ -282,7 +282,7 @@ local function main_loop() draw_modules(config.current_config.global_settings.module_visibility.reward_screen, "Reward Screen"); elseif quest_status.flow_state == quest_status.flow_states.SUMMARY_SCREEN then draw_modules(config.current_config.global_settings.module_visibility.summary_screen, "Summary Screen"); - end + end end -- #endregion diff --git a/reframework/autorun/MHR_Overlay/Misc/part_names.lua b/reframework/autorun/MHR_Overlay/Misc/part_names.lua index 46b9945..ae9a358 100644 --- a/reframework/autorun/MHR_Overlay/Misc/part_names.lua +++ b/reframework/autorun/MHR_Overlay/Misc/part_names.lua @@ -543,7 +543,7 @@ function this.init() language.current_language.parts.right_foreleg, language.current_language.parts.hind_legs, language.current_language.parts.wings, - language.current_language.parts.tail, + language.current_language.parts.tail }, [19] = -- Daimyo Hermitaur 19 { @@ -920,6 +920,27 @@ function this.init() language.current_language.parts.left_leg, language.current_language.parts.right_leg }, + + + + + + --SUNBREAK BONUS UPDATE + + + + + + [1412] = -- Primordial Malzeno 1412 + { + language.current_language.parts.head, + language.current_language.parts.torso, + language.current_language.parts.left_foreleg, + language.current_language.parts.right_foreleg, + language.current_language.parts.hind_legs, + language.current_language.parts.wings, + language.current_language.parts.tail, + } }; end