2024-07-20 17:35:52
All checks were successful
sync / build (push) Successful in 51s

This commit is contained in:
actions[bot]
2024-07-20 17:35:52 +08:00
parent 2bea8a8d29
commit 0bbb942aeb
35 changed files with 993 additions and 92 deletions

View File

@@ -633,6 +633,20 @@ scripted_gui = {
}
}
}
modoption_button8_on_click = {
if = {
limit = {
has_global_flag = modoption_historicalbossai_on
}
clr_global_flag = modoption_historicalbossai_on
}
else = {
set_global_flag = modoption_historicalbossai_on
every_country = {
country_event = az_tianjiang.271
}
}
}
}
triggers = {
modoption_button6_on_click_enabled = {
@@ -641,6 +655,9 @@ scripted_gui = {
modoption_button7_on_click_enabled = {
NOT = { has_global_flag = modoption_fengkuangai_on }
}
modoption_button8_on_click_enabled = {
is_historical_focus_on = yes
}
modoption_sirennandu1_click_enabled = {
NOT = { has_global_flag = sirennandu2 }
NOT = { has_global_flag = sirennandu3 }
@@ -674,6 +691,9 @@ scripted_gui = {
modoption_button7_on_visible = {
NOT = { has_global_flag = az_gamestarted }
}
modoption_button8_on_visible = {
NOT = { has_global_flag = az_gamestarted }
}
modoption_sirennandu_title_visible = {
has_global_flag = MOD_azurlane_sairenzhizai
}