﻿#############################################
# DEMD Population System
# by Vertimnus
# This file was compiled by a machine from jomini metascript source code.
# It should never be manually edited.
#############################################

demd_swap_low_vigor_traditions = {
	set_variable = { name = temp value = 0 }
	while = { limit = { var:temp > 0 }
		add_random_valid_tradition_replace_if_necessary = culture_head
		change_variable = { name = temp subtract = 1 }
	}
}demd_swap_low_vigor_tenets = {
	set_variable = { name = temp value = 0 }
	while = { limit = { var:temp > 0 }
		add_random_valid_tradition_replace_if_necessary = culture_head
		change_variable = { name = temp subtract = 1 }
	}
}