Skip to content

Commit

Permalink
yeah yeah shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
Skirlez committed May 20, 2022
1 parent afd45a5 commit 2061764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects/obj_jinx7/Step_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ repeat(global.execute) {
if hp <= 0 {
if global.hard = false {
room_goto(hardmodecutscene)
award_reset_score(4200, 6, 12)
award_reset_score(4200, 6, 15)
}
else {
instance_create_depth(x, y, -9999, obj_bonusend)
room_goto(bonusend)
award_reset_score(6000, 8, 12)
award_reset_score(6000, 8, 30)
}
}

0 comments on commit 2061764

Please sign in to comment.