Event
Target Location Changes Stance in Debate!

It seems that the Parliament members of Target Location have realized how detrimental the currently debated proposal would be to them if it passed. Their support to our opposition is of great value.
Definitionin_game/events/government/parliaments.txt:575
576type = country_event
577title = parliaments.10.title Target Location Changes Stance in Debate!
578desc = {
579first_valid = {
580triggered_desc = {
584desc = parliaments.10.desc_b It seems that the Parliament members of Target Location have realized how detrimental the currently debated proposal would be to them if it passed. Their support to our opposition is of great value.
}
586triggered_desc = {
587desc = parliaments.10.desc It seems that the Parliament members of Target Location have finally realized how beneficial the currently debated proposal would be to them if it passed. Their support for our cause is most welcome.
}
}
}
591outcome = neutral
593illustration_tags = {
59410 = happy
59510 = exterior
}
598trigger = {
599OR = {
600country_type = location
601country_type = building
}
}
605immediate = {
606if = {
607limit = {
607country_type = location
}
608random_owned_location = {
609save_scope_as = target_location
}
}
612if = {
613limit = {
613country_type = building
}
614random_owned_foreign_building_location = {
615save_scope_as = target_location
}
}
619scope:target_location ?= {
}
}