fix
This commit is contained in:
@@ -637,7 +637,9 @@ country_event = {
|
||||
destroy_template = yes
|
||||
}
|
||||
}
|
||||
give_technology = tech_gray_juggernaut_8
|
||||
give_technology = {
|
||||
tech = tech_gray_juggernaut_8
|
||||
}
|
||||
create_ship_design = {
|
||||
design = "NAME_gray_capitalship"
|
||||
}
|
||||
@@ -865,7 +867,9 @@ country_event = {
|
||||
}
|
||||
}
|
||||
immediate = {
|
||||
give_technology = tech_lgate_activation
|
||||
give_technology = {
|
||||
tech = tech_lgate_activation
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
any_system_within_border = {
|
||||
|
||||
@@ -294,12 +294,12 @@ country_event = {
|
||||
name = rg_story.31.b
|
||||
allow = {
|
||||
resource_stockpile_compare = {
|
||||
resource = nanties
|
||||
resource = nanites
|
||||
value >= 150
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
resource = nanties
|
||||
resource = nanites
|
||||
value = -150
|
||||
}
|
||||
random_situation = {
|
||||
@@ -659,7 +659,7 @@ country_event = {
|
||||
name = rg_story.40.b
|
||||
allow = {
|
||||
resource_stockpile_compare = {
|
||||
resource = nanties
|
||||
resource = nanites
|
||||
value >= 500
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user