aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
-rw-r--r--org-d20.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index edd713c..271fe52 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,8 @@ Soon
- Dice expression roller shows results for each die
- Option to continue numbering/lettering between types of monsters
- So there is exactly one monster with a given digit/letter
+- defcustom to roll each monster's initiative separately (as in 3e),
+ rather than having type of monster act at the same time (as in 5e)
- [Submit to MELPA](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#making-your-package-ready-for-inclusion)
Maybe
diff --git a/org-d20.el b/org-d20.el
index 21c1964..1bb8d5d 100644
--- a/org-d20.el
+++ b/org-d20.el
@@ -119,7 +119,6 @@ the best N of them, e.g., 4d6k3."
(read-string (concat "How many " name-input "? "))))
;; in 5e, all monsters of the same kind have the same
;; initiative
- ;; TODO defcustom to toggle this for other editions
(let ((init (int-to-string
(org-d20--roll (concat
"1d20"