Skip to content

Commit

Permalink
Update solo-roleplaying-toolkit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayruh committed May 13, 2022
1 parent 88b19cc commit 2d73802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions solo-roleplaying-toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3587,7 +3587,7 @@
["Obstacles", "solo.showFramework('3 act', 'Obstacle', 'obstacles')"],
["Midpoint", "solo.showFramework('3 act', 'Midpoint', 'midpoint')"],
["Subplot", "solo.showFramework('3 act', 'Subplot', 'subplot')"],
["Main Climax", "solo.showFramework('3 act', 'Main Climax', 'main climax')"],
["Main Climax", "solo.showFramework('3 act', 'Main Climax', 'main climax')"]
) + "<hr>" +
getLinks(
["Act 3 Move", "solo.showFramework('3 act', 'Move', 'act 3')"],
Expand Down Expand Up @@ -4280,7 +4280,7 @@
["For myself...", "solo.showScene('For myself...')"],
["... and we're here", "solo.showScene('... and we\\'re here')"],
["This place...", "solo.showScene('This place...')"],
["Random", "solo.showScene('Random')"],
["Random", "solo.showScene('Random')"]
)
);
};
Expand Down Expand Up @@ -4416,7 +4416,7 @@
getLinks(
["Vocal", "solo.showCyclingMeaning('Descriptor:Mythic Descriptor')"],
["Character Action", "solo.showCyclingMeaning('Character:Mythic Character')"],
["Animal Action", "solo.showCyclingMeaning('Animal:Mythic Animal')"],
["Animal Action", "solo.showCyclingMeaning('Animal:Mythic Animal')"]
)
);
};
Expand Down Expand Up @@ -5575,7 +5575,7 @@
getLinks(
["Full Deck", "solo.showTarot()"],
["Major Arcana", "solo.showTarot('Major')"],
["Minor Arcana", "solo.showTarot('Minor')"],
["Minor Arcana", "solo.showTarot('Minor')"]
)
);
};
Expand Down

0 comments on commit 2d73802

Please sign in to comment.