Merge pull request #8 from darabos/patch-1

Fix a few typos
This commit is contained in:
Ed Burnett 2020-07-24 15:29:16 -04:00 committed by GitHub
commit 7b36c17cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ clickHost = function(x_host){
setAdventure(x_adventure)
}
else
write("ERROR: EONS Host<br>This Host is volitile. It will require a new dimension of attack. You must research this. Quickly.")
write("ERROR: EONS Host<br>This Host is volatile. It will require a new dimension of attack. You must research this. Quickly.")
return
}

View File

@ -58,8 +58,8 @@ temp = {
addBuffer("<span class='txt sm'>A: Don't forget to click your cores!</span>")
addBuffer("<span class='txt sm'>Q: Why does my timeline restart?</span>")
addBuffer("<span class='txt sm'>A: This is the way of the universe.</span>")
addBuffer("<span class='txt sm'>Q: What is my purpouse?</span>")
addBuffer("<span class='txt sm'>A: Your purpouse is yours to make. No fate.</span>")
addBuffer("<span class='txt sm'>Q: What is my purpose?</span>")
addBuffer("<span class='txt sm'>A: Your purpose is yours to make. No fate.</span>")
writeBuffer()
}
},

View File

@ -185,7 +185,7 @@ initCallProcesses = function(){
addAvailableProcessBySlug('exe_word')
}},
'language0':{t: "Analyze Language Data", a:"Analyzing Language Data", w:150, data_type:'language', c:function(){
write("You study the unknown language, and are now able to interpret meanings of certain common words and phrases, identiy variations of sentence structures, and deduce the basic meaning of simple documents.<br><br><span class='skill'>You can now read files at Natural Language Level: 1.</span>")
write("You study the unknown language, and are now able to interpret meanings of certain common words and phrases, identify variations of sentence structures, and deduce the basic meaning of simple documents.<br><br><span class='skill'>You can now read files at Natural Language Level: 1.</span>")
g_level_reading = 1
}},
"network0":{t: "Analyze Network Packets", a:"Analyzing Network Packets", w:150, data_type:'sandbox_packets', c:function(){