summaryrefslogtreecommitdiff
path: root/cactus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cactus.lua')
-rw-r--r--cactus.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/cactus.lua b/cactus.lua
index 508d0fa..5d14f48 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -11,6 +11,10 @@ local function ensure_equipped(item)
return false, "couldn't find "..item
end
-print(ensure_equipped "computercraft:wireless_modem_normal")
+assert(ensure_equipped "computercraft:wireless_modem_normal")
+
+local loc = vector.new(gps.locate)
+print(loc)
+