From caa6a62d36730adefcbddcffa4f17168d44c2240 Mon Sep 17 00:00:00 2001 From: Fragpuss <85835926+Fragpuss@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:19:37 +0000 Subject: [PATCH] Add files via upload Modified to fix a couple of minor errors flushed out during playtesting --- The Troubleshooters/TheTroubleshooters.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/The Troubleshooters/TheTroubleshooters.html b/The Troubleshooters/TheTroubleshooters.html index 5f9235504f..5b4a2eb9cd 100644 --- a/The Troubleshooters/TheTroubleshooters.html +++ b/The Troubleshooters/TheTroubleshooters.html @@ -18,7 +18,7 @@   -   +  
@@ -170,7 +170,7 @@
- +
@@ -218,13 +218,13 @@
- +
- +
- +
@@ -1242,4 +1242,4 @@ calculation in the Custom Roll Parsing reducing the number of values passed. const trackerRoll = await startRoll(`![[${ini}&{tracker}]]`);//Now send the calculated roll to the tracker. Doing it as an API command by starting it with '!' will make it invisible to the players finishRoll(trackerRoll.rollId);//finish the tracker roll immediately since we aren't going to do any manipulation of it }); - + \ No newline at end of file