Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Želinský committed Oct 31, 2024
1 parent 6bcbf61 commit cb09ce7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/interactions/map_arcade/game_machine_7.interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ function startJumpQuest(k) {
if(isImmune){
increaseScore(20);
k.destroy(obj);
}
else{
} else{
k.go('lose', {
title: 'Jump Quest',
gameRestartSceneName: 'jumpQuest',
Expand All @@ -208,7 +207,7 @@ function startJumpQuest(k) {
grantImmunity();
increaseScore(100);
k.destroy(token);
})
});

k.onKeyPress('escape', () => {
k.go('lose', {
Expand Down

0 comments on commit cb09ce7

Please sign in to comment.