# Comprehensive Sandbox Control - on_actions
#
# Minimal initialization hook. CSC adds only what it needs and appends to
# engine on_actions rather than replacing vanilla behavior.

on_actions = {
	on_startup = {
		effect = {
			random_country = {
				csc_initialize_defaults = yes
			}
			csc_cleanup_ai_access_state = yes
		}
	}
}
