Skip to content

fixing progressive increments#4

Open
stubobis1 wants to merge 2 commits intoStripesOO7:masterfrom
stubobis1:master
Open

fixing progressive increments#4
stubobis1 wants to merge 2 commits intoStripesOO7:masterfrom
stubobis1:master

Conversation

@stubobis1
Copy link
Contributor

No description provided.

@stubobis1 stubobis1 changed the title is this right? fixing progressive increments Aug 11, 2025
@stubobis1
Copy link
Contributor Author

is this right? I haven't tested this.

elseif item_obj.Type == "progressive" then
item_obj.CurrentStage = 0
item_obj.CurrentStage = item_obj.CurrentStage + 1
item_obj.CurrentStage = item_obj.initial_stage_idx
Copy link

@Oshroth Oshroth Nov 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initial_stage_idx is not exposed to Lua in Poptracker (i.e. https://github.com/black-sliver/PopTracker/blob/4d483d31472a74d11f40be2a0d1ac274adac058f/src/core/jsonitem.cpp#L372) so item_obj.CurrentStage = 0 is the best you can do currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants