Skip to content

Commit 3fda527

Browse files
Compact castle section
1 parent 91ab30d commit 3fda527

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

js/techtree.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -983,11 +983,11 @@ function getDefaultTree() {
983983
castlelane.rows.imperial_1.push(tech(UNIQUE_TECH_2));
984984
castlelane.rows.imperial_1.push(tech(HOARDINGS));
985985
castlelane.rows.imperial_1.push(tech(SAPPERS));
986-
castlelane.rows.imperial_1.push(tech(CONSCRIPTION));
987-
castlelane.rows.imperial_1.push(tech(SPIES_TREASON));
988986
castlelane.rows.imperial_2.push(uniqueunit(LIU_BEI));
989987
castlelane.rows.imperial_2.push(uniqueunit(CAO_CAO));
990988
castlelane.rows.imperial_2.push(uniqueunit(SUN_JIAN));
989+
castlelane.rows.imperial_2.push(tech(CONSCRIPTION));
990+
castlelane.rows.imperial_2.push(tech(SPIES_TREASON));
991991
tree.lanes.push(castlelane);
992992

993993

@@ -1230,11 +1230,8 @@ function getConnections() {
12301230
[u(UNIQUE_UNIT), u(ELITE_UNIQUE_UNIT)],
12311231
[b(CASTLE), u(PETARD)],
12321232
[b(CASTLE), t(UNIQUE_TECH_1)],
1233-
[b(CASTLE), t(UNIQUE_TECH_2)],
12341233
[b(CASTLE), t(HOARDINGS)],
12351234
[b(CASTLE), t(SAPPERS)],
1236-
[b(CASTLE), t(CONSCRIPTION)],
1237-
[b(CASTLE), t(SPIES_TREASON)],
12381235
[b(KREPOST), u(KONNIK_2)],
12391236
[u(KONNIK_2), u(ELITE_KONNIK_2)],
12401237
[b(DONJON), u(DSERJEANT)],

0 commit comments

Comments
 (0)