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

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

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

		if = {
			limit = {
				has_journal_entry = je_hawaii
			}
			add = 10000
		}
	}
}

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

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

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

		if = {
			limit = {
				has_journal_entry = je_hawaii
			}
			add = 10000
		}
	}
}

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

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

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