Module:WoodcutterPassiveList: Difference between revisions
m
helper modules were updates to include output quantity, so make use of that
(offload much of the search, screen, and format functions to the new ProfessionList module, so they work the same for all tables) |
m (helper modules were updates to include output quantity, so make use of that) |
||
Line 42:
item.profit = item.coins and tonumber(item.coins)
else
item.profit = item.sellPrice
end
Line 131:
:done()
:ELSE()
:node(plist.three_column_image_text(item.product,
:END()
|