diff --git a/Main.cs b/Main.cs index 55fc8c1..2755a06 100644 --- a/Main.cs +++ b/Main.cs @@ -14,8 +14,8 @@ class Program Console.WriteLine($"{user.Name} has {user.CurrentMPoints}/{user.MaxMPoints} Mana Points.\n"); user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Potion")); - user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Potion")); - user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Potion")); + user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Super Potion")); + user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Hyper Potion")); user.Inventory.Add(allItems.FirstOrDefault(m => m.Name == "Elixir")); Console.WriteLine($"{user.Name}'s current inventory:"); diff --git a/bin/Debug/net8.0/MiniRPG.dll b/bin/Debug/net8.0/MiniRPG.dll index 689b2dc..c55e778 100644 Binary files a/bin/Debug/net8.0/MiniRPG.dll and b/bin/Debug/net8.0/MiniRPG.dll differ diff --git a/bin/Debug/net8.0/MiniRPG.pdb b/bin/Debug/net8.0/MiniRPG.pdb index 1de3906..48e07a8 100644 Binary files a/bin/Debug/net8.0/MiniRPG.pdb and b/bin/Debug/net8.0/MiniRPG.pdb differ diff --git a/obj/Debug/net8.0/MiniRPG.AssemblyInfo.cs b/obj/Debug/net8.0/MiniRPG.AssemblyInfo.cs index b07493a..922788d 100644 --- a/obj/Debug/net8.0/MiniRPG.AssemblyInfo.cs +++ b/obj/Debug/net8.0/MiniRPG.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("MiniRPG")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8ceb9a2dd8d39872b5e938a69e814fca0b69edd3")] [assembly: System.Reflection.AssemblyProductAttribute("MiniRPG")] [assembly: System.Reflection.AssemblyTitleAttribute("MiniRPG")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/MiniRPG.AssemblyInfoInputs.cache b/obj/Debug/net8.0/MiniRPG.AssemblyInfoInputs.cache index dff91e9..27de07a 100644 --- a/obj/Debug/net8.0/MiniRPG.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/MiniRPG.AssemblyInfoInputs.cache @@ -1 +1 @@ -349b459bf4ade14fe01ed0c61903f28e8cbcd46aba882e73f23e247e57494e25 +7baa8b6508c62e19ef199636745e63b875d03ba084ae694d983c02c6913ea1bb diff --git a/obj/Debug/net8.0/MiniRPG.dll b/obj/Debug/net8.0/MiniRPG.dll index 689b2dc..c55e778 100644 Binary files a/obj/Debug/net8.0/MiniRPG.dll and b/obj/Debug/net8.0/MiniRPG.dll differ diff --git a/obj/Debug/net8.0/MiniRPG.pdb b/obj/Debug/net8.0/MiniRPG.pdb index 1de3906..48e07a8 100644 Binary files a/obj/Debug/net8.0/MiniRPG.pdb and b/obj/Debug/net8.0/MiniRPG.pdb differ diff --git a/obj/Debug/net8.0/ref/MiniRPG.dll b/obj/Debug/net8.0/ref/MiniRPG.dll index b558fd7..6ce9eb4 100644 Binary files a/obj/Debug/net8.0/ref/MiniRPG.dll and b/obj/Debug/net8.0/ref/MiniRPG.dll differ diff --git a/obj/Debug/net8.0/refint/MiniRPG.dll b/obj/Debug/net8.0/refint/MiniRPG.dll index b558fd7..6ce9eb4 100644 Binary files a/obj/Debug/net8.0/refint/MiniRPG.dll and b/obj/Debug/net8.0/refint/MiniRPG.dll differ