Skip to content

Commit

Permalink
wall of force light and sound restriction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizan Ahmad committed Apr 12, 2022
1 parent 57e4c49 commit fb8f71d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/spells/wallOfForce.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ export class wallOfForce {
flags: { tagger: { tags: [`WallOfForce-Wall${templateDocument.id}`] } },
move: 20,
sight: 0,
light: 0
light: 0,
sound: 0
})
}
lastPoint = [...currentPoint]
Expand All @@ -494,7 +495,8 @@ export class wallOfForce {
flags: { tagger: { tags: [`WallOfForce-Wall${templateDocument.id}`] } },
move: 20,
sight: 0,
light: 0
light: 0,
sound: 0
})

} else {
Expand All @@ -513,7 +515,8 @@ export class wallOfForce {
},
move: 20,
sight: 0,
light: 0
light: 0,
sound: 0
})

}
Expand Down

0 comments on commit fb8f71d

Please sign in to comment.