Fix sanity property typo

This commit is contained in:
Adam Goldsmith 2021-09-08 22:04:49 -04:00
parent a0f66b935a
commit 1508e727bf
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function build_card(component) {
}
var raw_sanity = component.settings.get('Sanity');
if (raw_sanity && raw_sanity != 'None') {
card_data.health = int_or_null(raw_health);
card_data.sanity = int_or_null(raw_sanity);
}
var skills = {