mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 22:13:30 +08:00
tech unlock fix
This commit is contained in:
@@ -288,7 +288,7 @@ public static class TechPatch
|
||||
}
|
||||
var techProto = __instance.techProto;
|
||||
if (techProto == null) return false;
|
||||
Functions.TechFunctions.UnlockProtoWithMetadataAndPrompt([techProto], true);
|
||||
Functions.TechFunctions.UnlockProtoWithMetadataAndPrompt([techProto], -1, true);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user