jessev14 / dnd5e-character-monitor

FVTT module that monitors character sheet changes and logs them in chat.
MIT License
0 stars 10 forks source link

D&D 2.2 compatibility - skill check proficiency #28

Open szefo09 opened 1 year ago

szefo09 commented 1 year ago

Hi, this line needs to be updated for proper skill label in D&D 2.2.1 https://github.com/jessev14/dnd5e-character-monitor/blob/5129869cef1a18b2e3aaf921114d97f3647a3fc4/scripts/dnd5e-character-monitor.js#L523 to:

label: CONFIG.DND5E.skills[skl].label,

or there could be some check implemented to keep it backwards compatible with 2.1.5

GabrielOsvair commented 1 year ago

image