forked from GitHub-Mirrors/foundry-sw5e
Removed strange C from sidebar of power sheet when concentration is on
This commit is contained in:
parent
9a21ce2b2a
commit
53064c0e09
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue