diff ui/ShoppingListTab.lua @ 21:a400b906acca v4

Version 4: fixed an issue with the bank. Added Void Storage. Added Reagent Bank. Also removed stackable items from the export string
author Adam tegen <adam.tegen@gmail.com>
date Wed, 15 Oct 2014 08:38:53 -0500
parents e77e01abce98
children 1851d0fd18fa
line wrap: on
line diff
--- a/ui/ShoppingListTab.lua	Mon Oct 13 23:47:14 2014 -0500
+++ b/ui/ShoppingListTab.lua	Wed Oct 15 08:38:53 2014 -0500
@@ -617,6 +617,8 @@
 	-- add the items from the players bags
 	AskMrRobot.ScanBags(bagItemsWithCounts)
 
+	-- note: void storage can't hold stackable items, so don't worry about them
+
 	--substract any inventory we already have in bags/bank
 	for itemId, count in pairs(bagItemsWithCounts) do
 		for _, gem in pairs(gemList) do