﻿# GORA+ — zero-level infrastructure bulk construction buttons
#
# Validity checks intentionally remain country-cheap. Eligibility is evaluated
# once, inside the effect, instead of scanning every state while the GUI is open.

gora_queue_first_railway_all_states_sgui = {
	scope = country
	is_shown = { is_player = yes }
	is_valid = { is_player = yes }
	effect = { gora_queue_first_railway_in_all_eligible_states = yes }
}

gora_queue_first_power_plant_all_states_sgui = {
	scope = country
	is_shown = { is_player = yes }
	is_valid = { is_player = yes }
	effect = { gora_queue_first_power_plant_in_all_eligible_states = yes }
}

gora_queue_first_university_all_states_sgui = {
	scope = country
	is_shown = { is_player = yes }
	is_valid = { is_player = yes }
	effect = { gora_queue_first_university_in_all_eligible_states = yes }
}
