Fix sanity property typo

This commit is contained in:
Adam Goldsmith 2021-09-08 22:04:49 -04:00
parent a0f66b935a
commit 1508e727bf

View File

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