diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-06 16:37:01 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-06 16:37:01 +0100 |
commit | 609c9137e512e0daab0f1a4e923b33599a4a8a9c (patch) | |
tree | ad31466d7bf680448e3bcf1c4189ad7abaf48adb | |
parent | 2db69c76aea1af3c89de86cd60817efbc5858482 (diff) |
launch cactus
-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) |