From 8009ad6be45d044e8e511735d55855b76a7800d8 Mon Sep 17 00:00:00 2001 From: DragonFire47 <46509577+DragonFire47@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:23:15 -0700 Subject: [PATCH] Updated description --- AutomaticShipSystems/AutomaticShipSystems.csproj | 2 +- AutomaticShipSystems/MyPluginInfo.cs | 2 +- AutomaticShipSystems/ReleaseFiles/PluginInfo.config | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AutomaticShipSystems/AutomaticShipSystems.csproj b/AutomaticShipSystems/AutomaticShipSystems.csproj index 613fbde..e2900e1 100644 --- a/AutomaticShipSystems/AutomaticShipSystems.csproj +++ b/AutomaticShipSystems/AutomaticShipSystems.csproj @@ -13,7 +13,7 @@ https://nuget.samboy.dev/v3/index.json AutomaticShipSystems - Makes circuit breakers, thruster boosters, and trims self reset. Host side. + Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression. embedded diff --git a/AutomaticShipSystems/MyPluginInfo.cs b/AutomaticShipSystems/MyPluginInfo.cs index 994dd81..bd4edbb 100644 --- a/AutomaticShipSystems/MyPluginInfo.cs +++ b/AutomaticShipSystems/MyPluginInfo.cs @@ -8,7 +8,7 @@ namespace AutomaticShipSystems public const string PLUGIN_NAME = "AutomaticShipSystems"; public const string USERS_PLUGIN_NAME = "Automatic Ship Systems"; public const string PLUGIN_VERSION = "0.0.1"; - public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Host side."; + public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression."; public const string PLUGIN_ORIGINAL_AUTHOR = "18107"; public const string PLUGIN_AUTHORS = "18107"; public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems"; diff --git a/AutomaticShipSystems/ReleaseFiles/PluginInfo.config b/AutomaticShipSystems/ReleaseFiles/PluginInfo.config index 82e268a..500b0fa 100644 --- a/AutomaticShipSystems/ReleaseFiles/PluginInfo.config +++ b/AutomaticShipSystems/ReleaseFiles/PluginInfo.config @@ -18,7 +18,7 @@ PluginVersion=0.0.1 GameVersion=0.27.0 ; The simple description of the mod, used for MyPluginInfo.cs, Thunderstore manifest, and Assembly descriptions. Must be less than 250 Characters. -PluginDescription=Makes circuit breakers, thruster boosters, and trims self reset. Host side. +PluginDescription=Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression. ; The original author of the mod, used for auto GUID and MyPluginInfo.cs. PluginOriginalAuthor=18107 diff --git a/README.md b/README.md index 4ef2946..6e021d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Developed by 18107 Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2 -Makes circuit breakers, thruster boosters, and trims self reset. Host side. +Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression. Intended for solo players. ---------------------