# Xenophobe Ethics Initial Setup # Buildings Added: # * Medical Center if Biological # * Alloy Foundry if Machine if = { limit = { exists = owner owner = { is_xenophobe = yes is_individual_machine = no NOT = { has_valid_civic = civic_private_healthcare_corporate } } } add_building_if_not_present = { BUILDING = building_medical_1 } } if = { limit = { exists = owner owner = { is_xenophobe = yes is_individual_machine = yes } } add_building = building_foundry_1 }