diff --git a/src/js/game.js b/src/js/game.js index 828d1d0..a10be22 100644 --- a/src/js/game.js +++ b/src/js/game.js @@ -35,7 +35,9 @@ chooseQoute = function () { 'This is not a disco', 'Disco simulator 2100', "This is a metaphor for life", - "You're driving me up the wall" + "The balls represent love", + "You're driving me up the wall", + "The wall represent's life, it can lift you up, it can bring you down.", ] var qoute = qoutes[randi(0, qoutes.length)] document.getElementById('page_quote').innerText = '"' + qoute + '"'