aboutsummaryrefslogtreecommitdiff
path: root/org-d20.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-d20.el')
-rw-r--r--org-d20.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-d20.el b/org-d20.el
index d04cc2f..0ca580c 100644
--- a/org-d20.el
+++ b/org-d20.el
@@ -357,7 +357,7 @@ the best N of them, e.g., 4d6k3."
(defun org-d20-initiative-add ()
"Add a monster to an existing combat."
- (interactive "*")
+ (interactive "*" org-mode)
(if (org-at-table-p)
(let* ((name-input (read-string "Monster/NPC name: "))
(init-input (read-string (concat name-input "'s init modifier: ")))