From 9e9c67d3c5b637e1750f45e5d46f2598dfc806fc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 5 Jan 2019 10:42:27 +0000 Subject: move TODO Signed-off-by: Sean Whitton --- TODO.md | 2 ++ org-d20.el | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3