summaryrefslogtreecommitdiff
path: root/fish.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-03 01:21:46 +0000
committerubq323 <ubq323@ubq323.website>2023-01-03 01:21:46 +0000
commit587677b2557aadf44d9666612570e47749f8a6cd (patch)
treedb104893956f6320c2febb09271316febfe75666 /fish.lua
parentebfed2a9e7cb1d5d9d45c11d0077ea87aa3be6b7 (diff)
fish
Diffstat (limited to 'fish.lua')
-rw-r--r--fish.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish.lua b/fish.lua
index 8058d41..1d3b64e 100644
--- a/fish.lua
+++ b/fish.lua
@@ -15,7 +15,7 @@ while true do
end
if not ent then error("notfound") end
--print(ent.y)
- if ent.y<=-3.7 then p.use() break end
+ if ent.y<=-3.3 then p.use() break end
os.sleep()
end