You'll notice
Bug fix: skill verification was checking the wrong variable's set
What
A short-circuit check used during skill verification now checks the set that was actually just built for that check, instead of mistakenly checking a different, out-of-scope variable.
Why
This fixes a bug where the verification step could have skipped or misjudged skills incorrectly because it was looking at the wrong data.