# Events listed here run for every living character at game start, that means they
# ALWAYS need to check if they should run.
on_startup = {
	events = {
		PlusStartUp.001 # Handle new-game setup, including game rules
	}
}