OutFox
OutFox copied to clipboard
[Nitpick] Long mine is "TapNoteSubType_Hold" when saving chart to lua
Game Mode
No response
Give an example of what is wrong
As the title says, long mines are "TapNoteSubType_Hold" when saving to LUA, had to manually change it for a modfile i'm working on that uses chart to lua.
Give an example of what it should look like
Maybe "TapNoteSubType_MineHold" instead?
In this case, distinguishing Holds from Minefields and LiftHolds is by a TapNoteGroupType, not a SubType (this is because a minefield as well as LiftHolds can also have roll-like behaviour), so a new entry will be needed on the saving of chart to lua.