Skip to content

Commit a32d480

Browse files
authored
Merge pull request #731 from Cold-War-Project/hylexicon/production-tech-tree-fix
fix: fix production tech tree
2 parents 0daae42 + af54d0f commit a32d480

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

common/technology/technologies/10_production.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ vacuum_tubes = {
187187
}
188188
}
189189

190-
advanced_chemical_synthesis = {
190+
chemical_synthesis = {
191191
era = era_1
192192
texture = "gfx/interface/icons/invention_icons/invention_placeholder.dds"
193193
category = production
@@ -339,7 +339,7 @@ intensive_fertilizer = {
339339
modifier = {
340340
}
341341
unlocking_technologies = {
342-
advanced_chemical_synthesis
342+
chemical_synthesis
343343
}
344344
ai_weight = {
345345
value = 1
@@ -353,7 +353,7 @@ chemical_batteries = {
353353
modifier = {
354354
}
355355
unlocking_technologies = {
356-
advanced_chemical_synthesis
356+
chemical_synthesis
357357
}
358358
ai_weight = {
359359
value = 1
@@ -367,7 +367,7 @@ polyester = {
367367
modifier = {
368368
}
369369
unlocking_technologies = {
370-
advanced_chemical_synthesis
370+
chemical_synthesis
371371
}
372372
ai_weight = {
373373
value = 1
@@ -381,7 +381,7 @@ industrial_kraft_pulping = {
381381
modifier = {
382382
}
383383
unlocking_technologies = {
384-
advanced_chemical_synthesis
384+
chemical_synthesis
385385
}
386386
ai_weight = {
387387
value = 1
@@ -395,7 +395,7 @@ silicone_rubber = {
395395
modifier = {
396396
}
397397
unlocking_technologies = {
398-
advanced_chemical_synthesis
398+
chemical_synthesis
399399
}
400400
ai_weight = {
401401
value = 1
@@ -409,7 +409,7 @@ inorganic_synthesis = {
409409
modifier = {
410410
}
411411
unlocking_technologies = {
412-
advanced_chemical_synthesis
412+
chemical_synthesis
413413
}
414414
ai_weight = {
415415
value = 1

0 commit comments

Comments
 (0)