Hide giveall new count tweaks on gen3

Added in a recent commit, needs to be hidden with the button
This commit is contained in:
Kurt 2016-12-10 23:12:23 -08:00
parent 7404a65c15
commit e183db7fdd

View File

@ -12,7 +12,7 @@ public SAV_Inventory()
InitializeComponent();
Util.TranslateInterface(this, Main.curlanguage);
if (SAV.Generation <= 3)
B_GiveAll.Visible = false;
NUD_Count.Visible = L_Count.Visible = B_GiveAll.Visible = false;
itemlist = Main.GameStrings.getItemStrings(SAV.Generation, SAV.Version);
for (int i = 0; i < itemlist.Length; i++)