Minion can switch prepared state...

This commit is contained in:
Vlyan
2021-01-24 18:52:39 +01:00
parent f9dd188531
commit 5ea1268cbe

View File

@@ -203,10 +203,7 @@ export class BaseSheetL5r5e extends ActorSheet {
html.find(".prepared-control").on("click", (event) => {
event.preventDefault();
event.stopPropagation();
const preparedId = $(event.currentTarget).data("id");
if (["adversary", "character"].includes(preparedId)) {
this._switchPrepared();
}
this._switchPrepared();
});
// Equipped / Readied