diff options
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{ |