diff --git a/common/scripted_effects/RG_scripted_effects.txt b/common/scripted_effects/RG_scripted_effects.txt index 35b553a..1b92e72 100644 --- a/common/scripted_effects/RG_scripted_effects.txt +++ b/common/scripted_effects/RG_scripted_effects.txt @@ -2555,7 +2555,7 @@ RG_gray_mod1_effect_project = { enable_special_project = { name = RG_GRAY_MOD1 location = event_target:gray_owner_capital_starbase - owner = root + owner = event_target:gray_owner } add_resource = { energy = -15000 @@ -2567,7 +2567,7 @@ RG_gray_mod2_effect = { enable_special_project = { name = RG_GRAY_MOD2 location = event_target:gray_owner_capital_starbase - owner = root + owner = event_target:gray_owner } add_resource = { energy = -150000 @@ -2579,7 +2579,7 @@ RG_gray_mod3_effect = { enable_special_project = { name = RG_GRAY_MOD3 location = event_target:gray_owner_capital_starbase - owner = root + owner = event_target:gray_owner } add_resource = { energy = -40000 diff --git a/common/situations/rg_gray_situations.txt b/common/situations/rg_gray_situations.txt index fb858a7..c30f19f 100644 --- a/common/situations/rg_gray_situations.txt +++ b/common/situations/rg_gray_situations.txt @@ -204,7 +204,7 @@ situation_rg_gray_mod1 = { has_situation_flag = situation_rg_gray_mod1_stage_5_booster } modifier = { - subtract = 0.1 + add = 0.1 desc = situation_rg_gray_mod1_stage_6_booster_tooltip has_situation_flag = situation_rg_gray_mod1_stage_6_booster } diff --git a/events/RG_events.txt b/events/RG_events.txt index c07bb52..9080a33 100644 --- a/events/RG_events.txt +++ b/events/RG_events.txt @@ -629,7 +629,6 @@ country_event = { limit = { is_situation_type = situation_rg_gray_mod1 } - remove_situation_flag = situation_rg_gray_mod1_stage_6_booster remove_situation_flag = rg_stage6_locked set_situation_locked = no remove_situation_flag = locked diff --git a/events/RG_gray_leader_event.txt b/events/RG_gray_leader_event.txt index 9c1d5d3..c22cccd 100644 --- a/events/RG_gray_leader_event.txt +++ b/events/RG_gray_leader_event.txt @@ -514,7 +514,7 @@ country_event = { capital_scope = { solar_system = { starbase = { - save_event_target_as = gray_owner_capital_starbase + save_global_event_target_as = gray_owner_capital_starbase } } } diff --git a/events/RG_wsg_graygoo_event.txt b/events/RG_wsg_graygoo_event.txt index 47f35eb..dd136a2 100644 --- a/events/RG_wsg_graygoo_event.txt +++ b/events/RG_wsg_graygoo_event.txt @@ -455,7 +455,7 @@ country_event = { capital_scope = { solar_system = { starbase = { - save_event_target_as = gray_owner_capital_starbase + save_global_event_target_as = gray_owner_capital_starbase } } } diff --git a/events/rg_gray_mod_story_event.txt b/events/rg_gray_mod_story_event.txt index 9905756..d6a738e 100644 --- a/events/rg_gray_mod_story_event.txt +++ b/events/rg_gray_mod_story_event.txt @@ -216,7 +216,7 @@ country_event = { enable_special_project = { name = RG_GRAY_MOD1 location = event_target:gray_owner_capital_starbase - owner = root + owner = event_target:gray_owner } } }