Kruise Kontrol

by Klonan

Hit Kruise Kontrol and let it take care of your problems.

Utilities
3 years ago
1.1
1.89K

i Missing in a large ghost building

2 years ago

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.

New response