changeset 220:c04257b42b03

bonusQueue should be 10% by default again. summaryThresholdShow is now 10.000% by default.
author Zerotorescue
date Mon, 07 Feb 2011 00:03:06 +0100
parents 5f5453e6cdc4
children 72de51449286
files Core.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Core.lua	Sun Feb 06 19:39:19 2011 +0100
+++ b/Core.lua	Mon Feb 07 00:03:06 2011 +0100
@@ -58,11 +58,11 @@
 				-- Queueing
 				restockTarget = 40,
 				minCraftingQueue = 0.05,
-				bonusQueue = 100, -- 10.000%
+				bonusQueue = 0.1,
 				priceThreshold = 0,
 				
 				-- Summary
-				summaryThresholdShow = 10,
+				summaryThresholdShow = 100, -- 10.000%
 				summaryHidePriceThreshold = false,
 				
 				-- Global (can't be overridden)