mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Data fixes
This commit is contained in:
parent
502ac1cca5
commit
ef2116db49
11 changed files with 183 additions and 136 deletions
|
|
@ -21,8 +21,7 @@ export default class RegisterHandlebarsHelpers {
|
|||
lte: this.lte,
|
||||
gte: this.gte,
|
||||
and: this.and,
|
||||
or: this.or,
|
||||
getActor: this.getActor
|
||||
or: this.or
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -138,8 +137,4 @@ export default class RegisterHandlebarsHelpers {
|
|||
console.log(a);
|
||||
return a;
|
||||
}
|
||||
|
||||
static getActor(actorUuid) {
|
||||
return fromUuid(actorUuid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue