Add icons and background

This commit is contained in:
2022-11-09 23:39:55 +01:00
parent 3718749519
commit 4f04a3c97b
18 changed files with 25 additions and 8 deletions

View File

@ -154,6 +154,8 @@ export class HawkmoonActorSheet extends ActorSheet {
let autoresult = HawkmoonAutomation.processAutomations("on-drop", item, this.actor)
if ( autoresult.isValid ) {
super._onDropItem(event, dragData)
} else {
ui.notifications.warn( autoresult.warningMessage)
}
}