修复bug

This commit is contained in:
2025-03-01 01:34:42 +08:00
parent 40a76cffef
commit 30ac2ceb54
23 changed files with 34 additions and 122 deletions
@@ -41,6 +41,8 @@ namespace AibisDream
{
var _UFModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent<UFModule>();
_UFModule.RemoveUFModule();
BodyModuleSystem.FindBodyModuleByName("UF").SetSocketAvailable(false);
}
[YarnCommand("Temp_RemoveUFCover")]
@@ -55,6 +57,7 @@ namespace AibisDream
{
var _UFModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent<UFModule>();
_UFModule.InstallUFModule();
BodyModuleSystem.FindBodyModuleByName("UF").SetSocketAvailable(true);
}
[YarnCommand("Temp_InstallUFCover")]