Skip to content

Commit

Permalink
new PD worlds and ringworld starts
Browse files Browse the repository at this point in the history
  • Loading branch information
draconas1 committed May 23, 2020
1 parent 6ec7597 commit 4fa70d8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions common/scripted_effects/egs_scripted_effects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,8 @@ smart_match_planet_class = {
limit = {
OR = {
is_planet_class = pc_habitat
is_planet_class = pc_ringworld_habitable
root = {
OR = {
has_country_flag = EGS_START_RINGWORLD
has_country_flag = EGS_START_STARBORN
}
}
Expand Down Expand Up @@ -427,6 +425,24 @@ match_planet_class = {
change_pc = pc_technoorganic
}
}

pc_ash = {
event_target:egs_target_planet = {
change_pc = pc_ash
}
}

pc_methane = {
event_target:egs_target_planet = {
change_pc = pc_methane
}
}

pc_ammonia = {
event_target:egs_target_planet = {
change_pc = pc_ammonia
}
}
}
}

Expand Down

0 comments on commit 4fa70d8

Please sign in to comment.