# HG changeset patch # User Zerotorescue # Date 1297033386 -3600 # Node ID c04257b42b03b8968f48caf62936e72098abdc57 # Parent 5f5453e6cdc47a80c1b1b41962c455767dc6a60d bonusQueue should be 10% by default again. summaryThresholdShow is now 10.000% by default. diff -r 5f5453e6cdc4 -r c04257b42b03 Core.lua --- 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)