Skip to content

Commit

Permalink
Update catchtschikas.js
Browse files Browse the repository at this point in the history
  • Loading branch information
littootschika committed Mar 16, 2024
1 parent 8b8c0f7 commit 78f8a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catchtschikas.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ let tschikasCaught = 0;
let tschikasSpawned = 0;
function stuffThatNeedsToHappenWhenTheBodyLoads(){
rngTschikaSpawn();
window.location.replace(windown.location.href);
document.body.addEventListener('touchend', function(){
window.close();
});
Expand Down

0 comments on commit 78f8a65

Please sign in to comment.