WIP: fix: LevelKeys items added to QuestKeys #986

Closed
AMelonInsideLemon wants to merge 2 commits from AMelonInsideLemon:fix-keys into main
Contributor
No description provided.
AMelonInsideLemon added 1 commit 2025-02-22 01:05:27 -08:00
fix: LevelKeys items added to QuestKeys
All checks were successful
Build / build (18) (pull_request) Successful in 38s
Build / build (20) (pull_request) Successful in 1m6s
Build / build (22) (pull_request) Successful in 36s
23f8818257
AMelonInsideLemon added 1 commit 2025-02-22 01:28:30 -08:00
Update inventoryService.ts
All checks were successful
Build / build (22) (pull_request) Successful in 39s
Build / build (18) (pull_request) Successful in 59s
Build / build (20) (pull_request) Successful in 1m9s
c69625e43d
Owner

I don't think it's a good idea to bump PE+ right now before Ordis had a chance to review the changes and properly integrate them.

I don't think it's a good idea to bump PE+ right now before Ordis had a chance to review the changes and properly integrate them.
OrdisPrime reviewed 2025-02-22 11:05:59 -08:00
@ -377,2 +370,2 @@
}
]
if (ExportKeys[typeName].chainStages) {
inventory.QuestKeys.push({ ItemType: typeName, Progress: [] });
Owner

why add Progress? The game handles it itself normally.

why add Progress? The game handles it itself normally.
OrdisPrime marked this conversation as resolved
OrdisPrime reviewed 2025-02-22 11:08:27 -08:00
@ -379,0 +374,4 @@
QuestKeys: [
{
ItemType: typeName,
Progress: []
Owner

do you have a log where this is actually returned? I never saw it and I don't think its necessary

do you have a log where this is actually returned? I never saw it and I don't think its necessary
OrdisPrime marked this conversation as resolved
OrdisPrime changed title from fix: LevelKeys items added to QuestKeys to WIP: fix: LevelKeys items added to QuestKeys 2025-02-22 11:08:34 -08:00
OrdisPrime closed this pull request 2025-02-24 06:13:03 -08:00
All checks were successful
Build / build (22) (pull_request) Successful in 39s
Build / build (18) (pull_request) Successful in 59s
Build / build (20) (pull_request) Successful in 1m9s

Pull request closed

Sign in to join this conversation.
No description provided.