diff options
author | sanine <sanine.not@pm.me> | 2023-09-17 04:43:44 +0000 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-09-17 04:43:44 +0000 |
commit | bfcc2e759807a692d8e0353e3bbecd109175032b (patch) | |
tree | 67949de6992714c703b390ef5f99ac5c06bfb28a /demo.lua | |
parent | 4f124ec785486c8505c6303e0d0aa3e7090612c7 (diff) |
add yarrow-ui.cgi and theming
Diffstat (limited to 'demo.lua')
-rwxr-xr-x | demo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ local stats = { legendary = { description = "The death tyrant can take 3 legendary actions, using the Eye Ray option below. It can take only one legendary action at a time and only at the end of another creature's turn. The tyrant regains spent legendary actions at the start of its turn.", - { name='Eye Ray', value='The death tyrant uses one random eye ray.' }, + actions = {{ name='Eye Ray', value='The death tyrant uses one random eye ray.' }}, }, } |