runelite icon indicating copy to clipboard operation
runelite copied to clipboard

clues: move RequirementCollections to their own file

Open Felanbird opened this issue 1 year ago • 1 comments

Moves a lot of clue item variation code to it's own file, commits are split up so what was actually done can be seen, and not a giant pile of code removed and 1 new file created.

Codestyle of the new file (might)? be a little messy since I just blindly copied code from the other files, if there's something we want to changeup, review it. (e.g. maybe the barrows one should be split like this instead of all(any(...)

all(
	any(...

Supersedes: Closes #6811 Closes #17317 Closes #17423

Felanbird avatar Apr 02 '24 23:04 Felanbird

commits are squashed, client didn't explode and I see no issues with the various clues I ::clue'd

i decided what i did last night was too squashed so I split the new collections into their own commits

Felanbird avatar Apr 19 '24 08:04 Felanbird