diff --git a/common/scripted_effects/RG_event_effects.txt b/common/scripted_effects/RG_event_effects.txt index aa572e1..8246473 100644 --- a/common/scripted_effects/RG_event_effects.txt +++ b/common/scripted_effects/RG_event_effects.txt @@ -160,13 +160,12 @@ rg_event_effect_planet2027_spawn_maid_species = { plural = this class = RG_MACHINE portrait = "rg_machine_maid" - can_be_modified = this + can_be_modified = no homeworld = this namelist = this gender = this traits = { trait = trait_machine_unit - trait = trait_robot_domestic_protocols trait = rg_machine_maid_trait trait = trait_auto_mod_robotic trait = trait_robot_streamlined_protocols diff --git a/events/RG_planet_event.txt b/events/RG_planet_event.txt index a53c69d..f070481 100644 --- a/events/RG_planet_event.txt +++ b/events/RG_planet_event.txt @@ -27,6 +27,10 @@ country_event = { category = bio_trophy value >= 1 } + free_jobs_of_type = { + job = servant + value >= 1 + } } } }