Add per-character handling for hidden Framer's Kit rows - #5
Conversation
|
Thanks for taking the time to look into the issue and make this PR. Didn't really think about people not doing the raid content, so they didn't unlock the additional shop items. |
|
The new version v0.21.0.2 should now correctly buy the item you've selected, regardless of if you've done the raid content to unlock the framer's kits or not. Thanks again for taking the time to look at this issue, and for brining it to my attention. |
|
Appreciate the work, thank you :). |
Characters that have not completed the relevant raid content do not see the eleven Framer's Kit rows in the Mathematics (Other) shop.
Because material purchases currently use hard-coded visible-row indices, affected characters purchase an item eleven rows later than configured.
This change:
The zero-versus-eleven row discrepancy was reproduced from both shop layouts. A zero-offset fork was tested successfully by an affected user and purchased the intended item.
The integrated per-character checkbox path has not yet been tested across both layouts, so this is being submitted as a draft for review and testing.