minor fix

This commit is contained in:
2024-06-06 18:52:58 +08:00
parent 63e684ebf4
commit 73f5ecdb9f
+1 -1
View File
@@ -85,7 +85,7 @@ public static class TechPatch
if (!_protoPatched) return;
foreach (var tp in techs.dataArray)
{
if (tp.ID is >= 3301 and <= 3305)
if (tp.ID is >= 3301 and <= 3306)
{
tp.IsObsolete = true;
continue;