Skip to content

Commit

Permalink
after burner challenge upscore
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed Oct 8, 2022
1 parent d5a1aea commit b63d232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sega 32X/After Burner Complete.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for i in range(0 , 21){
achievement(
"Excellent Pilot",
"Beat the game on Hard Difficulty",
points=25,
points=50,
trigger=
ingame_check() &&
difficulty() == 1 &&
Expand All @@ -73,7 +73,7 @@ achievement(
achievement(
"Hardcore Pilot",
"Beat the game on Hardest difficulty without dying",
points=50,
points=100,
trigger=
once(stage() == 0 && prev(score()) == 0 && score() != 0) &&
difficulty() == 2 &&
Expand Down

0 comments on commit b63d232

Please sign in to comment.