On Action
on_fraticide_underage_succession_waiting
Definitionin_game/common/on_action/country_monthly.txt:265
269effect = {
270if = {
271limit = {
272list_size = {
272name = rival_male_children
272value > 0
}
}
274if = {
275limit = {
276any_in_list = {
277list = rival_male_children
278is_alive = yes
279is_adult = yes
}
}
}
284else = {
285every_in_list = {
286list = rival_male_children
287limit = {
287is_alive = no
}
288remove_from_list = rival_male_children
}
}
}
}