diff --git a/script/endgame.js b/script/endgame.js index 938c663..6377ec3 100644 --- a/script/endgame.js +++ b/script/endgame.js @@ -58,7 +58,7 @@ restartString = function(){ ["Restructure CPU","Restructuring CPU"], ["Solidify Timeline","Solidifying Timeline"], ["Prevent Timeslip","Preventing Timeslip"], - ["Strenthen Entity","Strenthening Entity"] + ["Strengthen Entity","Strengthening Entity"] ] return arr[Math.floor(Math.random() * arr.length)] } @@ -242,4 +242,4 @@ checkDeadend = function(x_file){ } checkDataActions('sony-schema') } -} \ No newline at end of file +}