Removed strange C from sidebar of power sheet when concentration is on

This commit is contained in:
Jacob Lucas 2021-06-24 19:08:37 +01:00
parent 9a21ce2b2a
commit 53064c0e09

View file

@ -184,7 +184,6 @@ export default class ItemSheet5e extends ItemSheet {
);
} else if (item.type === "power") {
props.push(
labels.components,
labels.materials,
item.data.components.concentration ? game.i18n.localize("SW5E.Concentration") : null,
item.data.components.ritual ? game.i18n.localize("SW5E.Ritual") : null