1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00

minor fix

This commit is contained in:
2024-06-06 18:52:58 +08:00
parent 63e684ebf4
commit 73f5ecdb9f

View File

@@ -85,7 +85,7 @@ public static class TechPatch
if (!_protoPatched) return; if (!_protoPatched) return;
foreach (var tp in techs.dataArray) foreach (var tp in techs.dataArray)
{ {
if (tp.ID is >= 3301 and <= 3305) if (tp.ID is >= 3301 and <= 3306)
{ {
tp.IsObsolete = true; tp.IsObsolete = true;
continue; continue;