From c9d2737612e8fdca73db58dd5373ea361eee2a79 Mon Sep 17 00:00:00 2001 From: Benjamin Scott <1711810+benjaminxscott@users.noreply.github.com> Date: Tue, 11 Aug 2020 19:57:49 -0700 Subject: [PATCH 1/3] Update main.js --- script/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() From 20562f3e53258ce295854b2f0f59bbb53b3d34ac Mon Sep 17 00:00:00 2001 From: Benjamin Scott <1711810+benjaminxscott@users.noreply.github.com> Date: Tue, 11 Aug 2020 19:58:51 -0700 Subject: [PATCH 2/3] Update processes.js --- script/processes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++){ From 89f4086e60b92f0f767994f1e1591920f0da3b7c Mon Sep 17 00:00:00 2001 From: Benjamin Scott <1711810+benjaminxscott@users.noreply.github.com> Date: Tue, 11 Aug 2020 20:00:19 -0700 Subject: [PATCH 3/3] Update timequest.js --- script/timequest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}