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

@@ -963,4 +963,34 @@ defined_text = {
}
localization_key = modoption_btn_1_off
}
}
defined_text = {
name = modoption_title8
text = {
trigger = {
has_global_flag = modoption_historicalbossai_on
}
localization_key = modoption_title8_on
}
text = {
trigger = {
NOT= { has_global_flag = modoption_historicalbossai_on }
}
localization_key = modoption_title8_off
}
}
defined_text = {
name = modoption_btn_8
text = {
trigger = {
has_global_flag = modoption_historicalbossai_on
}
localization_key = modoption_btn_1_on
}
text = {
trigger = {
NOT = { has_global_flag = modoption_historicalbossai_on }
}
localization_key = modoption_btn_1_off
}
}