Skip to content

Commit

Permalink
New SCP-427 achievement (replaces SCP-178 achievement) + removed labe…
Browse files Browse the repository at this point in the history
…l178 (forgot to do so in previous commit) + removed 2 unused achievement images
  • Loading branch information
ENDSHN committed Jun 13, 2018
1 parent e6a7fe0 commit 88409a6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Achievements.bb
Expand Up @@ -3,8 +3,8 @@
Const MAXACHIEVEMENTS=37
Dim Achievements%(MAXACHIEVEMENTS)

Const Achv008%=0, Achv012%=1, Achv035%=2, Achv049%=3, Achv055=4, Achv079%=5, Achv096%=6, Achv106%=7, Achv148%=8, Achv427=9, Achv205=10
Const Achv294%=11, Achv372%=12, Achv420%=13, Achv500%=14, Achv513%=15, Achv714%=16, Achv789%=17, Achv860%=18, Achv895%=19
Const Achv008%=0, Achv012%=1, Achv035%=2, Achv049%=3, Achv055=4, Achv079%=5, Achv096%=6, Achv106%=7, Achv148%=8, Achv205=9
Const Achv294%=10, Achv372%=11, Achv420%=12, Achv427=13, Achv500%=14, Achv513%=15, Achv714%=16, Achv789%=17, Achv860%=18, Achv895%=19
Const Achv914%=20, Achv939%=21, Achv966%=22, Achv970=23, Achv1025%=24, Achv1048=25, Achv1123=26

Const AchvMaynard%=27, AchvHarp%=28, AchvSNAV%=29, AchvOmni%=30, AchvConsole%=31, AchvTesla%=32, AchvPD%=33
Expand Down
16 changes: 8 additions & 8 deletions Data/achievementstrings.ini
Expand Up @@ -44,30 +44,30 @@ image=Achv148
AchvDesc=Acquired the "Telekill Alloy".
[s9]
string1=Death Perception
image=Achv178
AchvDesc=Wore a pair of stereoscopic specs.
[s10]
string1=Femme Fatale
image=Achv205
AchvDesc=Encountered the Shadow Lamps.
[s11]
[s10]
string1=OUT OF RANGE
image=Achv294
AchvDesc=Obtained a liquid from the Coffee Machine.
[s12]
[s11]
string1=The Corner of Your Eye...
image=Achv372
AchvDesc=Encountered the Peripheral Jumper.
[s13]
[s12]
string1="Reggae, man."
image=Achv420
AchvDesc=Smoked some good ass shit.
[s13]
string1=Light of Life
image=Achv427
AchvDesc=Found and equipped the "Lovecraftian Locket".
[s14]
string1=A Taste of Immortality
image=Achv500
Expand Down
Binary file removed GFX/map/label178.jpg
Binary file not shown.
Binary file removed GFX/menu/achievements/Achv178.jpg
Binary file not shown.
Binary file added GFX/menu/achievements/Achv427.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed GFX/menu/achievements/AchvMassage.jpg
Binary file not shown.
Binary file removed GFX/menu/achievements/AchvNoHud.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion Main.bb
Expand Up @@ -10237,7 +10237,7 @@ Function Use427()
EndIf
If I_427\Timer >= 70*420 Then
Kill()
DeathMSG = "Requesting support from MTF Nu-7. We need more firepower to take this thing down."
DeathMSG = Chr(34)+"Requesting support from MTF Nu-7. We need more firepower to take this thing down."+Chr(34)
ElseIf I_427\Timer >= 70*390 Then
Crouch = True
EndIf
Expand Down

0 comments on commit 88409a6

Please sign in to comment.