WIP: fix: LevelKeys items added to QuestKeys #986
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon:fix-keys"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@ -377,2 +370,2 @@
}
]
if (ExportKeys[typeName].chainStages) {
inventory.QuestKeys.push({ ItemType: typeName, Progress: [] });
why add Progress? The game handles it itself normally.
@ -379,0 +374,4 @@
QuestKeys: [
{
ItemType: typeName,
Progress: []
do you have a log where this is actually returned? I never saw it and I don't think its necessary
fix: LevelKeys items added to QuestKeysto WIP: fix: LevelKeys items added to QuestKeysPull request closed