From 68465f41098401666b1aa2a679f137bc75b46363 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sun, 17 Feb 2019 15:13:04 +0100 Subject: [PATCH] fixed bug regarding locale --- nodes_hay.lua | 2 ++ nodes_pitchfork.lua | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nodes_hay.lua b/nodes_hay.lua index c513208..78da2d4 100644 --- a/nodes_hay.lua +++ b/nodes_hay.lua @@ -1,5 +1,7 @@ -- contains hay_mat, hay and hay bale -- (gives the pitchfork some work) +-- +local S = cottages.S -- If default:dirt_with_grass is digged while wielding a pitchfork, it will -- turn into dirt and get some hay placed above it. diff --git a/nodes_pitchfork.lua b/nodes_pitchfork.lua index 749602d..785171f 100644 --- a/nodes_pitchfork.lua +++ b/nodes_pitchfork.lua @@ -1,4 +1,6 @@ +local S = cottages.S + -- fast tool for digging nodes with the group "hay"; -- can also be placed as a node