-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed leftover bits of the SCP-066 achievement (the addition of thi…
- Loading branch information
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75eee99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, you removed the whole block... some of that code was part of 066's AI.
Also there's technically one more change yet to be reverted, made in Main.bb. See 58062ae.
Alternatively you could merge #258 or #200 which reintroduce the achievement changes but without save compatibility issues. I've already updated both PRs to also revert this commit.
75eee99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops. :/ I don't see what more there's to revert in Main.bb?
75eee99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For i = 0 To 24
inDrawEnding
was changed toFor i = Achv008 To Achv1499
because all the SCP-related achievements were moved to the front of the achievement list, which is where they're supposed to be for the "SCPs encountered" stat to work. But now that the 1499 achievement is back to being in a spot further in the achievement list, this loop will count some achievements that aren't related to SCPs, resulting in an incorrect "SCPs encountered" stat.Be sure to add the 066 AI stuff back in if you do revert that change. The block of code removed by this commit was previously just
If dist < 1.0+n\LastDist Then n\State = Rand(2,3)
.