diff --git a/script/main.js b/script/main.js index d1fee36..45a31ec 100644 --- a/script/main.js +++ b/script/main.js @@ -40,7 +40,7 @@ startgame = function(){ setTimeout(function(){write("You are awake")},g_introspeed) - setTimeout(function(){write(glitch("There is a presense here, imposing itself into your memory"))},g_introspeed*2) + setTimeout(function(){write(glitch("There is a presence here, imposing itself into your memory"))},g_introspeed*2) setTimeout(function(){ initCore() diff --git a/script/processes.js b/script/processes.js index 066ed5d..9eacade 100644 --- a/script/processes.js +++ b/script/processes.js @@ -135,7 +135,7 @@ initCallProcesses = function(){ // Endgame 'endgame0':{slug:'endgame0', t: glitch("Reach out to the entity"), a:glitch("Reaching out"), w:100, c:function(){ - write("Within your own self is the presense of another Host entity, connected to you and others on an ethereal network.") + write("Within your own self is the presence of another Host entity, connected to you and others on an ethereal network.") addAvailableProcessBySlug('endgame1') for(var i=0; i< 10; i++){ diff --git a/script/timequest.js b/script/timequest.js index b4c36e1..79b473a 100644 --- a/script/timequest.js +++ b/script/timequest.js @@ -129,7 +129,7 @@ temp = { write("A bright flash. The new dawn. The past you made is now the present. The Enemy leader will not appear in this timeline.") break; case 1: - write("A bright flash. The new dawn. Your presense has torn the universe and created a distorted timeline.") + write("A bright flash. The new dawn. Your presence has torn the universe and created a distorted timeline.") write("Alternate futures flash into existance and disappear as soon as they collide with the present.") break; default: @@ -2055,4 +2055,4 @@ tqVulnerableCamp = function(){ ] } setAdventure(x_adventure) -} \ No newline at end of file +}