mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-14 10:22:00 -04:00
Ensure worldbuilding changes are working on legacy worldbuilding world and adjust attribute form styling
This commit is contained in:
parent
977fb4b76b
commit
8a2ba78203
4 changed files with 47 additions and 37 deletions
|
@ -4,6 +4,15 @@
|
|||
*/
|
||||
export class SimpleActor extends Actor {
|
||||
|
||||
/** @override */
|
||||
prepareData() {
|
||||
super.prepareData();
|
||||
this.data.data.groups = this.data.data.groups || {};
|
||||
this.data.data.attributes = this.data.data.attributes || {};
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
||||
/** @override */
|
||||
getRollData() {
|
||||
const data = super.getRollData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue