diff options
-rw-r--r-- | cactus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,9 +127,11 @@ local function dump_and_refuel() ch.pullItems(self, 1) goto nextfuel end + goto nofuel end ::nextfuel:: end + ::nofuel:: end local datum = vector.new(-18, 128, -1837) |