Victoria 3

Victoria 3

Daoyu Cheat - Achievement Available Cheat Tool
Puding 17 Sep, 2024 @ 11:12am
”地方警察部队“选项修复
关于刀鱼警察机构栏目下的”地方警察部队“选项不出现的原因已经找到了
option = {
name = law_local_police
trigger = { not = { has_law = law_type:law_local_police } has_variable = lawgroup_policing has_technology_researched = bureaucracy }
activate_law = law_type:law_local_police
}
漏写了tech_bureaucracy,补上后就是
option = {
name = law_local_police
trigger = { not = { has_law = law_type:law_local_police } has_variable = lawgroup_policing has_technology_researched = tech_bureaucracy }
activate_law = law_type:law_local_police
}
亲测,补上后“地方警察部队”选项正常出现