From a383225b8c4a5434a34cf911934f6977231ab555 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 21 Mar 2024 00:26:36 -0600 Subject: [PATCH] Add a couple of notes for a method I want to tweak later --- module/documents/Actor/Player.mjs | 2 ++ 1 file changed, 2 insertions(+) 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) {