Skip to content

Commit 14499b9

Browse files
committed
Fix for when Initiative = 0, it didn't have the + for the dice roller.
1 parent 26678c9 commit 14499b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/orcpub/dnd/e5/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@
22192219
[:span.m-l-5 @(subscribe [::char/max-hit-points id])]] false))
22202220

22212221
(defn initiative-section-2 [id]
2222-
(basic-section "Initiative" "sprint" (common/bonus-str @(subscribe [::char/initiative id])) true))
2222+
(basic-section "Initiative" "sprint" (common/mod-str @(subscribe [::char/initiative id])) true))
22232223

22242224
(defn darkvision-section-2 [id]
22252225
(basic-section "Darkvision" "night-vision" (str @(subscribe [::char/darkvision id]) " ft.") false))

0 commit comments

Comments
 (0)