﻿INJECT:law_poor_laws = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_social_security }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

INJECT:law_wage_subsidies = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_social_security }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}

INJECT:law_old_age_pension = {
	ai_enact_weight_modifier = { #Petitions
		value = 0

		if = {
			limit = {
				NOT = { has_institution = institution_social_security }
				kai_can_afford_institution = no
			}
			add = -1000
		}

		if = {
			limit = { ai_has_enact_weight_modifier_journal_entries = yes }
			add = 750
		}
	}
}
