2026-01-02 04:02:40

This commit is contained in:
actions[bot]
2026-01-02 04:02:40 +00:00
parent e3840eea8c
commit 5a825e19ea
116 changed files with 1689 additions and 866 deletions

View File

@@ -3,12 +3,15 @@ on_actions = {
effect = {
# VNR enable flag, so that other mods will load oob designed for VNR
set_global_flag = vnr_enabled
# show welcome splash
set_global_flag = navy_rework_splash_show
# VNR language
# set_global_flag = navy_rework_english
set_global_flag = navy_rework_chinese
# show the first panel of intro splash
every_country = {
limit = { is_ai = no }
# show welcome splash
set_country_flag = navy_rework_splash_show
set_variable = { navy_rework_welcome_splash_variable = 1 }
}