This commit is contained in:
Chris Cochrun 2025-11-21 10:14:35 -06:00
parent 3c8241b07b
commit 29e97a496c
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Let's have a function that can roll four dice and give a list of the tuples.
"Return a list of Fate roll results. Each element of the list
is a cons of its value and its visual representation, see
`rpgdm--fate-die'."
punless number
(unless number
(setq number 4))
(let (results)
(--dotimes number

View file

@ -8,7 +8,7 @@
"Return a list of Fate roll results. Each element of the list
is a cons of its value and its visual representation, see
`rpgdm--fate-die'."
punless number
(unless number
(setq number 4))
(let (results)
(--dotimes number