Quellcode durchsuchen

[2.0.4.1] Description changes

Zariteis vor 4 Jahren
Ursprung
Commit
ae80e1b57d
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      ModInfo.txt
  2. 1 1
      MoreVanityItems.cs
  3. 1 1
      Properties/AssemblyInfo.cs

+ 1 - 1
ModInfo.txt

@@ -1 +1 @@
-A mod that adds a set of vanity armor that shows your original self.
+A mod that adds some vanity wearables.

+ 1 - 1
MoreVanityItems.cs

@@ -16,7 +16,7 @@ namespace MoreVanityItems
 
     public override string GetModDescription()
     {
-      return "A mod that adds a set of vanity armor that shows your original self.";
+      return "A mod that adds some vanity wearables.";
     }
 
     protected override void Initialize()

+ 1 - 1
Properties/AssemblyInfo.cs

@@ -3,7 +3,7 @@ using static MoreVanityItems.MoreVanityItems;
 
 [assembly: AssemblyProduct("MoreVanityItems")] //Set this to the full name of the mod including spaces.
 [assembly: AssemblyTitle("MoreVanityItems")] //This is only used when mousing over a dll file in Windows explorer.
-[assembly: AssemblyDescription("A mod that adds a set of vanity armor that shows your original self.")] //This is a short description for your mod's assembly.
+[assembly: AssemblyDescription("A mod that adds some vanity wearables.")] //This is a short description for your mod's assembly.
 [assembly: AssemblyCompany("")] //Set this to your name/nickname and/or website
 [assembly: AssemblyCopyright("© 2021 Zariteis. All rights reserved.")] //Set this to your copyright name.
 [assembly: AssemblyVersion(MOD_VERSION)]