From ef8fcc0889fe217c3170f45644e108ff61e666a0 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 18 Sep 2023 14:33:48 +0000 Subject: fix reactions and add source code link --- draw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.lua') diff --git a/draw.lua b/draw.lua index 11b4b77..5d39cc5 100644 --- a/draw.lua +++ b/draw.lua @@ -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{ -- cgit v1.2.1