diff --git a/code/modules/mining/lavaland/ash_tree.dm b/code/modules/mining/lavaland/ash_tree.dm index 7c7a677102..65d8264561 100644 --- a/code/modules/mining/lavaland/ash_tree.dm +++ b/code/modules/mining/lavaland/ash_tree.dm @@ -25,7 +25,7 @@ sap = TRUE icon_state = sap_icon_state desc = "A once large tree now burnt like the lands around it. This one seems to have a sap still inside." - sap_amount = rand(20,60) //good amout of honey + sap_amount = rand(10,30) //good amout of honey coal_amount = rand(5,15) //We give a random amout //So we dont lose are bowls, stolen form closet code