Scripted Effect
recalculate_parliament_vote_for_law_change_for_agenda
Definitionin_game/common/scripted_effects/international_organization_effects.txt:361
362hidden_effect = {
363if = {
364limit = {
365resolution_is_active = resolution:policy_vote
367has_ongoing_parliament_debate = yes
}
369save_temporary_scope_as = recipient
370set_parliament_issue_support = 0
371every_international_organization_parliament_supporter = {
372save_temporary_scope_as = voter
373scope:recipient = {
374change_parliament_issue_support = "scope:voter.vote_percentage_impact_in_resolution(scope:recipient|resolution:policy_vote)"
375if = {
376limit = {
377NOT = {
377has_voted_for = {
}
}
}
379if = {
380limit = {
381NOT = {
381vote_is_locked = {
381voter = scope:voter
381resolution = resolution:policy_vote
}
}
}
383set_vote = {
}
}
}
}
}
}
}