Skip to content

Commit

Permalink
Increase terry oggs range of vision
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 24, 2024
1 parent 22fa3fc commit 2c498ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/tutorials.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function M.isTutorialNPCnearby(user)

local npc = position(656, 316, 0)
local location = user.pos
local distance = 5
local distance = 15
local layerCheck = location.z == npc.z
local ycheck = location.y < npc.y + distance and location.y > npc.y - distance
local xcheck = location.x < npc.x + distance and location.x > npc.x - distance
Expand Down

0 comments on commit 2c498ff

Please sign in to comment.