From fef4de87ea7835969bc2d5df48be09f0a2e69efd Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Wed, 25 Sep 2024 10:59:36 +0800 Subject: [PATCH] zc --- .../ag_start_event_9998_option_ag_master.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/common/inline_scripts/events/ag_start_event_9998_option_ag_master.txt b/common/inline_scripts/events/ag_start_event_9998_option_ag_master.txt index e69de29..f828b57 100644 --- a/common/inline_scripts/events/ag_start_event_9998_option_ag_master.txt +++ b/common/inline_scripts/events/ag_start_event_9998_option_ag_master.txt @@ -0,0 +1,26 @@ +option = { + trigger = { has_civic = civic_AG_gray_master } + name = AG_dooropen_master.option + if = { + limit = { + any_country = { + has_civic = civic_AG_gray + } + } + #do nothing + } + else_if = { + limit = { + NOT = { + any_country = { + has_civic = civic_AG_gray + } + } + has_global_flag = has_rg_mod + } + force_remove_civic = civic_AG_gray_master + } + else = { + country_event = { id = graygoo.499 } + } +} \ No newline at end of file