fix
This commit is contained in:
parent
c01c270a3b
commit
b07796c8bd
|
@ -51,7 +51,7 @@ on_monthly_pulse_country = {
|
|||
rg.8 #领袖等级检测更新
|
||||
rg.16 #陆军压制舰更新
|
||||
# rg.22 #小灰复活检测
|
||||
rg.23 #月检移除L星门认知防止收容失效
|
||||
# rg.23 #月检移除L星门认知防止收容失效
|
||||
# rg_skill.9
|
||||
}
|
||||
}
|
||||
|
|
|
@ -907,27 +907,27 @@ country_event = {
|
|||
}
|
||||
|
||||
# looping check for escape lcluster
|
||||
country_event = {
|
||||
id = rg.23
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
trigger = {
|
||||
is_multiplayer = yes
|
||||
is_same_value = event_target:origin_rg_gray_country
|
||||
has_country_flag = origin_rg_gray
|
||||
}
|
||||
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
has_event_chain = "l_cluster_chain"
|
||||
}
|
||||
end_event_chain = "l_cluster_chain"
|
||||
}
|
||||
}
|
||||
}
|
||||
# country_event = {
|
||||
# id = rg.23
|
||||
# hide_window = yes
|
||||
#
|
||||
# is_triggered_only = yes
|
||||
#
|
||||
# trigger = {
|
||||
# is_multiplayer = yes
|
||||
# is_same_value = event_target:origin_rg_gray_country
|
||||
# has_country_flag = origin_rg_gray
|
||||
# }
|
||||
#
|
||||
# immediate = {
|
||||
# if = {
|
||||
# limit = {
|
||||
# has_event_chain = "l_cluster_chain"
|
||||
# }
|
||||
# end_event_chain = "l_cluster_chain"
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
# 拆毁工厂小灰通讯
|
||||
country_event = {
|
||||
|
|
Loading…
Reference in New Issue