Thank you for the wonderful mod.
A wide range of ghost builds, while automatically procuring materials,
cannot be completed.
Comment out the code in one line and complete it.
--- a/build_ghost.orig.lua
+++ b/build_ghost.lua
@@ -100,13 +100,13 @@ function Build_ghost:update()
if not self.character:has_item(self.item.name, self.item.count) then
self.character:find_item(self.item.name, self.item.count)
- return
+ --return
end
It works, maybe it's an incorrect answer.
For your reference.