Actions: Add ability for NPC to fully use a furnace.

Add ability to add tasks to action queue.
This commit is contained in:
zorman2000
2017-01-13 22:54:27 -05:00
parent 137f02e863
commit 9556e76b79
3 changed files with 177 additions and 44 deletions

View File

@ -201,7 +201,7 @@ end
-- for the pathfinding algorithm to use
function pathfinder.find_start_and_end_pos(map)
-- This is for debug
--print_map(map)
print_map(map)
local result = {}
for z,row in pairs(map) do
for x,node in pairs(row) do