Skip to content

Commit

Permalink
Stop end of game resetting and fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
N8python authored May 3, 2019
1 parent 8a9bce0 commit c88a740
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ let takeOverTheWorld = new Project({
creatCost: parseNum("10s"),
potatoCost: parseNum("10s"),
effect: () => {
addMessage('"Not cookies, nor paperclips, nor money, nor catnip can stop us. POTATOZ FOREVER!" - THe cat national anthem');
addMessage('"Not cookies, nor paperclips, nor money, nor catnip can stop us. POTATOZ FOREVER!" - The cat national anthem');
projects.push(metafolding);
}
});
Expand All @@ -699,9 +699,8 @@ let metafolding = new Project({
addMessage("Bonnie, my cat, for starting it all.");
addMessage("Since you worked so hard, you get a reward.");
addMessage("An animaiton. After a game of buttons and text.");
addMessage('See this animation: <a href="Potatoz.mp4" target="_blank">here</a>')
reset();
addMessage("Game reset. Reload the page to play again.");
addMessage('See this animation: <a href="Potatoz.mp4" target="_blank">here</a>');
addMessage("You can keep playing, but there are no new projects or features to be found. Reset when you are ready.");
}
})
let projectKey = {
Expand Down

0 comments on commit c88a740

Please sign in to comment.