Skip to content

Commit

Permalink
[BUG] Couldn't open Actor sheets with lifestyle items (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
taMiF committed Feb 18, 2024
2 parents 8ae0cfb + 8ee7338 commit 8ab2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/item/ChatData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const ChatData = {
},

lifestyle: (system, labels, props) => {
props.push(Helpers.label(game.i18n.localize(SR5.lifestyleTypes[system.target])));
props.push(game.i18n.localize(SR5.lifestyleTypes[system.type]));
if (system.cost) props.push(${system.cost}`);
if (system.comforts) props.push(`${game.i18n.localize('SR5.LifestyleComforts')} ${system.comforts}`);
if (system.security) props.push(`${game.i18n.localize('SR5.LifestyleSecurity')} ${system.security}`);
Expand Down

0 comments on commit 8ab2973

Please sign in to comment.