# HG changeset patch # User Silverwing # Date 2019-02-10 12:32:17 # Node ID 78072a90b0ac175990fa58e8456d3621a8037d5f # Parent d2f6e7b0c9b6786fc1b29743f25f0ddaa8850f07 There is a situation when w32 is broken diff --git a/warehouse32.lua b/warehouse32.lua --- a/warehouse32.lua +++ b/warehouse32.lua @@ -537,7 +537,7 @@ function warehouse32_init() end; shelf_name = shelf_name .. tostring(index2); w32_shelf_input.items[i].shelf = shelf_name; - w32_shelf_input.items[i].position = tostring(rnd(100)); + w32_shelf_input.items[i].position = tostring(rnd(90)+9); ok = true; for j = 1, i - 1 do if (w32_shelf_input.items[i].shelf == w32_shelf_input.items[j].shelf and