Skip to content

Commit

Permalink
Test to fix const
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Apr 2, 2024
1 parent ce69357 commit 160111e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const RULES_LAWYER_SFX = "modules/pf2e-rules-lawyer/resources/evil-rules-lawyer-sfx.ogg";
export const RULES_LAWYER_EVIL_SFX = "modules/pf2e-rules-lawyer/resources/evil-rules-lawyer-sfx-reverb.ogg";
export const RULES_LAWYER_VID = "modules/pf2e-rules-lawyer/resources/+1matters.webm";
export const RULES_LAWYER_EVIL_VID = "modules/pf2e-rules-lawyer/resources/+1matters-evil.webm";
export const RULES_LAWYER_VID = "modules/pf2e-rules-lawyer/resources/%2B1matters.webm";
export const RULES_LAWYER_EVIL_VID = "modules/pf2e-rules-lawyer/resources/%2B1matters-evil.webm";

0 comments on commit 160111e

Please sign in to comment.