diff options
author | sanine <sanine.not@pm.me> | 2023-09-18 14:33:48 +0000 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-09-18 14:33:48 +0000 |
commit | ef8fcc0889fe217c3170f45644e108ff61e666a0 (patch) | |
tree | 20ec61f7a53a1c2a554052f09508cc9e967ba73d /draw.lua | |
parent | ea194b4cad05f003b7bad5e7e5f059d745c64995 (diff) |
fix reactions and add source code link
Diffstat (limited to 'draw.lua')
-rw-r--r-- | draw.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ function draw(stats, theme) {base(stats, theme)}, {traits(stats, theme)}, {actions(stats, theme)}, - --{reactions(stats, theme)}, + {reactions(stats, theme)}, {legendary(stats, theme)} ) return m.render(m.svg{ |