Further testing with different items.
This commit is contained in:
parent
8ceb9a2dd8
commit
b44401c8d7
9 changed files with 4 additions and 4 deletions
4
Main.cs
4
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:");
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -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")]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
349b459bf4ade14fe01ed0c61903f28e8cbcd46aba882e73f23e247e57494e25
|
||||
7baa8b6508c62e19ef199636745e63b875d03ba084ae694d983c02c6913ea1bb
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue