﻿

playdate_default_participant_trigger = {
	is_available_quick = {
		ai = yes
		alive = yes
		imprisoned = no
		incapable = no
	}
	this != root
}


playdate_potential_guest_check_trigger = {
	this != scope:activity.activity_host
	is_available_for_child_activity_trigger = yes
	NOT = { is_in_list = potential_guests }
}
