Divergent/mods/Zone Customization Project/gamedata/scripts/smr_monkey_glitch_tab.script

9 lines
272 B
Plaintext
Raw Normal View History

SetActiveSubdialog = pda.set_active_subdialog
pda.set_active_subdialog = function(section)
if smr_amain_mcm.get_config("smr_enabled") and smr_amain_mcm.get_config("glitched_pda") then
return ui_pda_glitched_tab.get_ui()
end
return SetActiveSubdialog(section)
end