2,875
edits
(Implement Economy module changes) |
m (Use outputmultiplier instead, since we are dealing with just one action) |
||
Line 33: | Line 33: | ||
-- Calculate total amount of tablets made, including double chance | -- Calculate total amount of tablets made, including double chance | ||
local averageTabletsMade = economy. | local averageTabletsMade = 1 * economy.estimatedOutputMultiplier(eco) | ||
-- Calculate the effective amount of tablets the player has from one craft, including tablet save chance | -- Calculate the effective amount of tablets the player has from one craft, including tablet save chance |
edits