mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-14 10:22:00 -04:00
[#32] Draw available tracked resources from world actors rather than system model.
This commit is contained in:
parent
db34d156af
commit
9b19f8b590
5 changed files with 40 additions and 17 deletions
|
@ -21,6 +21,16 @@ export class SimpleActor extends Actor {
|
|||
return EntitySheetHelper.createDialog.call(this, data, options);
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Is this Actor used as a template for other Actors?
|
||||
* @type {boolean}
|
||||
*/
|
||||
get isTemplate() {
|
||||
return !!this.getFlag("worldbuilding", "isTemplate");
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* Roll Data Preparation */
|
||||
/* -------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue