Add a couple of notes for a method I want to tweak later

This commit is contained in:
Oliver-Akins 2024-03-21 00:26:36 -06:00
parent d64ed37953
commit a383225b8c

View file

@ -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 * @param {DotDungeonItem} item
*/ */
async preUntypedEmbed(item) { async preUntypedEmbed(item) {