File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 28992899 [:tr.f-w-b
29002900 {:class-name (if mobile? " f-s-12" )}
29012901 [:th.p-10 " Name" ]
2902- [:td .p-10 (if mobile? " Prof?" " Proficient?" )]
2902+ [:th .p-10 (if mobile? " Prof?" " Proficient?" )]
29032903 (if skill-expertise
29042904 [:th.p-10 " Expertise?" ])
29052905 [:th.p-10 (if (not mobile?) [:div.w-40 " Bonus" ])]]
29402940 [:tr.f-w-b
29412941 {:class-name (if mobile? " f-s-12" )}
29422942 [:th.p-10 " Name" ]
2943- [:td .p-10 (if mobile? " Prof?" " Proficient?" )]
2943+ [:th .p-10 (if mobile? " Prof?" " Proficient?" )]
29442944 (if tool-expertise
29452945 [:th.p-10 " Expertise?" ])
29462946 [:th.p-10 (if (not mobile?) [:div.w-40 " Bonus" ])]]
29562956 [:td.p-10 (boolean-icon proficient?)]
29572957 (if tool-expertise
29582958 [:td.p-10 (boolean-icon expertise?)])
2959- [:td.p-10.f-s-18.f-w-b (common/bonus-str (tool-bonus-fn kw))]]))
2959+ [:td.p-10.f-s-18.f-w-b (common/bonus-str (tool-bonus-fn kw))]
2960+ [:td [:div.tooltip [:button.roll-button
2961+ {:on-click (button-roll-handler (str name " check: " ) (str " 1d20" (common/mod-str (tool-bonus-fn kw))))}
2962+ " Roll" ] [:span.tooltiptext " ctrl+click for advantage shift+click for disadvantage" ]]]]))
29602963 tool-profs))]]]])))))
29612964
29622965
You can’t perform that action at this time.
0 commit comments