Skip to content

Commit

Permalink
They renamed the tier 6 reactor tech.
Browse files Browse the repository at this point in the history
  • Loading branch information
folknor committed Feb 22, 2018
1 parent ceefd12 commit 58b6998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/technology/powah_tech.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ tech_powah_6 = {
category = { voidcraft }
tier = 3
is_reverse_engineerable = no
prerequisites = { "tech_enigmatic_power_core" }
prerequisites = { "tech_dark_matter_power_core" }
}
2 changes: 1 addition & 1 deletion events/powah_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ country_event = {
is_triggered_only = yes
trigger = {
NOT = { has_technology = "tech_powah_6" }
has_technology = "tech_enigmatic_power_core"
has_technology = "tech_dark_matter_power_core"
}
immediate = {
give_technology = {
Expand Down

0 comments on commit 58b6998

Please sign in to comment.