aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:42:27 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:42:27 +0000
commit9e9c67d3c5b637e1750f45e5d46f2598dfc806fc (patch)
tree6569b0676db33bb7052cc014c9fa5d841fdc784f
parentde9f5f34638147190931e22ff95b13f4b9d9fcfc (diff)
downloadorg-d20-9e9c67d3c5b637e1750f45e5d46f2598dfc806fc.tar.gz
move TODO
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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"