From c9aa043660276d9b78308256cdc68ec9a26abc52 Mon Sep 17 00:00:00 2001 From: DeSunDo Date: Fri, 31 May 2024 18:18:40 -0400 Subject: [PATCH] Update tech_tree.patch Fixed a typo (\n was in a weird spot breaking the small stack separator and "aerodynamic decoupler") --- patches/tech_tree.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/tech_tree.patch b/patches/tech_tree.patch index f627885..bd5a75c 100644 --- a/patches/tech_tree.patch +++ b/patches/tech_tree.patch @@ -880,7 +880,8 @@ DescriptionLocKey: "WMCC/TechNodes/Descriptions/wmcc_enhanced_disassembly"; RequiredSciencePoints: 300; UnlockedPartsIDs: [ - "separator_1v_inline\ndecoupler_1v_aerodynamic", + separator_1v_inline, + decoupler_1v_aerodynamic, decoupler_2v_aerodynamic, separator_2v_inline ]; @@ -2408,4 +2409,4 @@ x: 720, y: 310 }; -} \ No newline at end of file +}