Fix sanity property typo
This commit is contained in:
parent
a0f66b935a
commit
1508e727bf
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user