Update default_farmer.lua

This commit is contained in:
NewbProgrammer101 2017-10-01 17:09:41 -05:00 committed by GitHub
parent 07272c2eb1
commit a4f7d3bbf7
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
-- work on its crops during the morning, and sell some of them on the
-- afternoon.
local dugNodeData = npc.getFacingNodeInfo(self, 3)
local dugPosition = dugNodeData[1]
local dugNodeName = dugNodeData[2]
local dugNodeNickname = dugNodeData[3]
local farmer_def = {
dialogues = {},
textures = {},