@ -68,7 +68,7 @@ local function choose_pos(pos)
pos = randomplayer:get_pos()
-- avoid striking underground
if pos.y < -20 then
if pos.y < -20 and pos.y > 1000 then
return nil, nil
end
The note is not visible to the blocked user.