#	Example:
#
#	example_effect = {
#		add_energy = -100
#	}
#
#
#	In a script file:
#
#	effect = {
#		example_effect = yes
#	}
#

sustained_acceleration_mode_on = {
	set_global_flag = sustained_ship_acceleration
}

sustained_acceleration_mode_off = {
	remove_global_flag = sustained_ship_acceleration
}

longer_battles_mode_on = {
	remove_global_flag = longer_battles_mode_off
}

longer_battles_mode_off = {
	set_global_flag = longer_battles_mode_off
}