Skip to content

Commit

Permalink
Fixed driven assimilator start
Browse files Browse the repository at this point in the history
  • Loading branch information
draconas1 committed Jun 2, 2020
1 parent 4fa70d8 commit 88f3aa0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions events/egs_colony_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,10 @@ country_event = {
if = {
limit = {
root = {
NOT = { has_civic = civic_machine_servitor }
NOR = {
has_civic = civic_machine_servitor
has_civic = civic_machine_assimilator
}
}
}
generate_start_pops = yes
Expand Down Expand Up @@ -378,7 +381,10 @@ country_event = {
if = {
limit = {
root = {
has_civic = civic_machine_servitor
OR = {
has_civic = civic_machine_servitor
has_civic = civic_machine_assimilator
}
}
}
every_owned_pop = {
Expand Down

0 comments on commit 88f3aa0

Please sign in to comment.