fix
This commit is contained in:
@@ -2545,9 +2545,21 @@ rg_lcluster_spawn_effect = {
|
||||
}
|
||||
RG_gray_mod1_effect = {
|
||||
custom_tooltip = rg_levelup_2.tooltip
|
||||
start_situation = {
|
||||
type = situation_rg_gray_mod1
|
||||
target = this
|
||||
if = {
|
||||
limit = {
|
||||
has_global_flag = rg_skip_gray_mod_situation
|
||||
}
|
||||
enable_special_project = {
|
||||
name = RG_GRAY_MOD1
|
||||
location = event_target:gray_owner_capital_starbase
|
||||
owner = event_target:gray_owner
|
||||
}
|
||||
}
|
||||
else = {
|
||||
start_situation = {
|
||||
type = situation_rg_gray_mod1
|
||||
target = this
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
energy = -15000
|
||||
@@ -2564,9 +2576,21 @@ RG_gray_mod1_effect_project = {
|
||||
}
|
||||
RG_gray_mod2_effect = {
|
||||
custom_tooltip = rg_levelup_2.tooltip
|
||||
start_situation = {
|
||||
type = situation_rg_gray_mod2
|
||||
target = this
|
||||
if = {
|
||||
limit = {
|
||||
has_global_flag = rg_skip_gray_mod_situation
|
||||
}
|
||||
enable_special_project = {
|
||||
name = RG_GRAY_MOD2
|
||||
location = event_target:gray_owner_capital_starbase
|
||||
owner = event_target:gray_owner
|
||||
}
|
||||
}
|
||||
else = {
|
||||
start_situation = {
|
||||
type = situation_rg_gray_mod2
|
||||
target = this
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
energy = -150000
|
||||
|
||||
Reference in New Issue
Block a user