mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 19:39:29 +02:00
Update src/items/held-item-manager.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6a2c92dad7
commit
9d0c53789b
@ -227,8 +227,7 @@ export class HeldItemManager {
|
||||
}
|
||||
|
||||
getFormChangeItems(): FormChangeItem[] {
|
||||
// TODO: Please stop using `map(k => k)`
|
||||
return getTypedKeys(this.formChangeItems).map(k => k);
|
||||
return getTypedKeys(this.formChangeItems);
|
||||
}
|
||||
|
||||
private getFormChangeItemEntries(): [FormChangeItem, FormChangeItemData | undefined][] {
|
||||
|
Loading…
Reference in New Issue
Block a user