From 89d6f0c69e462cb1eb655c15ebdec9be3d5b090e Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 14 Jan 2025 22:51:49 +0100 Subject: [PATCH] Buff wood from peat --- lignumis/prototypes/content/peat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/peat.lua b/lignumis/prototypes/content/peat.lua index 2128793..9140da2 100644 --- a/lignumis/prototypes/content/peat.lua +++ b/lignumis/prototypes/content/peat.lua @@ -35,7 +35,7 @@ data:extend({ name = "wood", amount_min = 1, amount_max = 8, - probability = 0.05 + probability = 0.1 } } },