diff --git a/solo-roleplaying-toolkit.html b/solo-roleplaying-toolkit.html index b1aeb81..994ae8c 100644 --- a/solo-roleplaying-toolkit.html +++ b/solo-roleplaying-toolkit.html @@ -4369,8 +4369,12 @@ var quick_rolls_text = ""; var quick_rolls = []; + var showing_quick_rolls = false; + + var showDice = function(rolls, show_quick_rolls) { + + showing_quick_rolls = showing_quick_rolls || show_quick_rolls; - var showDice = function(rolls) { addClass("#results", "full-width"); if (rolls !== undefined) $("#dice").value = rolls; @@ -4542,7 +4546,11 @@ else if (!types.length) types.unshift("Total: None"); $("#dice-rolls").innerHTML = ""; - fadeIn("#dice-rolls", 0, "
" + output.join("
") + "
" + types.join("
") + "
");
+
+ fadeIn("#dice-rolls", 0,
+ "" + output.join("
") + "
" + types.join("
") + "
" +
+ ((showing_quick_rolls) ? "
2D6 • 3D6 • D2 • D3
- Ironsworn • FATE
+ Fate • Ironsworn