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