forked from GitHub-Mirrors/foundry-sw5e
Update entity.js
This commit is contained in:
parent
1983b74bde
commit
c57293c328
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ export default class Item5e extends Item {
|
||||||
// Ability activation properties
|
// Ability activation properties
|
||||||
if ( data.hasOwnProperty("activation") ) {
|
if ( data.hasOwnProperty("activation") ) {
|
||||||
props.push(
|
props.push(
|
||||||
labels.activation + (data.activation?.condition ? ` (${data.activation.condition})` : ""),
|
labels.activation + (data.activation.condition ? (${data.activation.condition}) : ""),
|
||||||
labels.target,
|
labels.target,
|
||||||
labels.range,
|
labels.range,
|
||||||
labels.duration
|
labels.duration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue