Merge pull request #11 from benjaminxscott/typos

fix typos
This commit is contained in:
Ed Burnett 2020-09-01 19:48:50 -04:00 committed by GitHub
commit aa55cba8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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++){

View File

@ -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)
}
}