Scripted Effect
hre_convert_free_city_to_emperor_subject
Definitionin_game/common/scripted_effects/international_organization_effects.txt:1443
1444if = {
1445limit = {
1446$international_organization$ = {
1451leader_country ?= {
1452NOT = {
1452this = $target$
}
}
}
}
1456$international_organization$ = {
1457if = {
1459$target$ = {
1460make_subject_of = {
1461target = prev.leader_country
1462type = $type$
}
}
}
1466else = {
1467$target$ = {
1468make_subject_of = {
1469target = prev.leader_country
1470type = $type$
}
}
}
}
}