Skip to content

Commit

Permalink
Revert "Removed leftover bits of the SCP-066 achievement (the additio…
Browse files Browse the repository at this point in the history
…n of this new achievements was reverted in accc960, but these changes were accidentally left in). #251"

This reverts commit 75eee99.
  • Loading branch information
ChronoQuote committed Sep 25, 2023
1 parent 09dee89 commit d5460fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added GFX/menu/achievements/Achv066.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions NPCs.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3919,6 +3919,10 @@ Function UpdateNPCs()

If Rand(700)=1 Then PlaySound2(LoadTempSound("SFX\SCP\066\Eric"+Rand(1,3)+".ogg"),Camera, n\Collider, 8.0)

If dist < 1.0+n\LastDist Then
GiveAchievement(Achv066)
n\State = Rand(2,3)
EndIf
Case 2 ;roll towards the player and make a sound, and then escape
If n\Frame < 647 Then
angle = CurveAngle(0, (AnimTime(n\obj)-2.0)/1.2445, 5.0)
Expand Down

0 comments on commit d5460fb

Please sign in to comment.