﻿#Going to a new stress level will fire this.
on_stress_level_1 = {
	on_actions = {
		INTR_on_stress_level_1
	}
}

INTR_on_stress_level_1 = {
	effect = {
		INTR_remove_stress_free_years_effect = yes
	}
}