We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26678c9 commit 14499b9Copy full SHA for 14499b9
src/cljs/orcpub/dnd/e5/views.cljs
@@ -2219,7 +2219,7 @@
2219
[:span.m-l-5 @(subscribe [::char/max-hit-points id])]] false))
2220
2221
(defn initiative-section-2 [id]
2222
- (basic-section "Initiative" "sprint" (common/bonus-str @(subscribe [::char/initiative id])) true))
+ (basic-section "Initiative" "sprint" (common/mod-str @(subscribe [::char/initiative id])) true))
2223
2224
(defn darkvision-section-2 [id]
2225
(basic-section "Darkvision" "night-vision" (str @(subscribe [::char/darkvision id]) " ft.") false))
0 commit comments