diff --git a/module/documents/Actor/Player.mjs b/module/documents/Actor/Player.mjs index b5abdfd..d20d660 100644 --- a/module/documents/Actor/Player.mjs +++ b/module/documents/Actor/Player.mjs @@ -41,6 +41,8 @@ export class Player extends DotDungeonActor { }; /** + * TODO: Make this quantity increase work for all item types + * TODO: Find item based of the source's ID, not name * @param {DotDungeonItem} item */ async preUntypedEmbed(item) {