targetted_decisions = {

	customize_appearance = {
		ai = no
		filter = all_including_me
		ai_target_filter = none

		from_potential = {}

		potential = {
			blg_ethnicity_static = no
		}

		allow = {
			blg_adult = yes

			OR = { # Make multiplayer gamers well-behaved.
				character = FROM
				custom_tooltip = {
					text = IS_AI_CONTROLLED
					ai = yes
					host = {
						OR = {
							character = FROM
							ai = yes
						}
					}
				}
			}
		}

		effect = {
			FROM = { character_event = { id = blg.100 } }
		}

		ai_will_do = {
			factor = 0
		}
	}
}
