This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-09-25 10:59:36 +08:00
parent 17565cd2ba
commit fef4de87ea
1 changed files with 26 additions and 0 deletions

View File

@ -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 }
}
}