Import initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class LesOubliesItem extends Item {
|
||||
getChatData() {
|
||||
const data = super.getChatData()
|
||||
return {
|
||||
...data,
|
||||
description: this.system.description,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user