When I run the program I get an error saying:
Value cannot be null.
Parameter name: path
The error that microsoft visual studio's throwing is because of the line:
StreamReader armorStream = new StreamReader(Resources.Armor);
The problem is that I am trying to access a file, but the arguments within the parameters of the stream reader takes a file path.

Find content
Not Telling