Generic roll and update items
This commit is contained in:
@ -128,10 +128,11 @@ export class PegasusUtility {
|
||||
static async chatListeners(html) {
|
||||
|
||||
html.on("click", '.chat-create-actor', event => {
|
||||
console.log("Event !")
|
||||
game.system.pegasus.creator.processChatEvent(event);
|
||||
} );
|
||||
|
||||
html.on("click", '.view-item-from-chat', event => {
|
||||
game.system.pegasus.creator.openItemView( event)
|
||||
} );
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user