Skip to content

Bug with aeonic property #14

@Nifim

Description

@Nifim

A bug was introduced with commit e3bbc7a

prop is set to

     prop = aeonic and lv == 4 and sc_info[prop].aeonic or prop

but aeonic is now a table so this causes an error when it is used in the formatting

 tt[lv][#tt[lv]+1] = settings.color and
      '%-16s → Lv.%d %s%-14s\\cr':format(res[resource][ability_id].name, lv, colors[prop], prop) or
      '%-16s → Lv.%d %-14s':format(res[resource][ability_id].name, lv, prop)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions