Skip to content

Commit 32e0e48

Browse files
authored
Add files via upload
1 parent 1983977 commit 32e0e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/helpers.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class betterRoofsHelpers {
6868
if (
6969
!tile.occluded &&
7070
!overrideHide &&
71-
this.checkIfInPoly(pointSource, tile, controlledToken, 1)
71+
this.checkIfInPoly(pointSource, tile, controlledToken, 5)
7272
) {
7373
this.showTileThroughFog(tile);
7474
} else {
@@ -90,7 +90,7 @@ class betterRoofsHelpers {
9090
canvas.sight.sources.get(`Token.${controlledToken.id}`).los.points,
9191
tile,
9292
controlledToken,
93-
-1
93+
-5
9494
)
9595
) {
9696
tile.alpha = tile.data.occlusion.alpha;

0 commit comments

Comments
 (0)