(adsbygoogle = window.adsbygoogle || []).push({});
Ok, I pulled this from another post, its in the code for ascension.
level.passkey = array( "l", "u", "n", "a" );
level.passkey_progress = 0;
level.secret1 = array( "h", "i", "t", "s", "a", "m" );
level.secret1_progress = 0;
level.secret2 = array( "h", "y", "e", "n", "a" );
level.secret2_progress = 0;
Now we can all see that it says luna at the top for the node activation:
level.passkey = array( "l", "u", "n", "a" );
level.passkey_progress = 0;
But what about these other two?? Hitsam:
level.secret1 = array( "h", "i", "t", "s", "a", "m" );
level.secret1_progress = 0;
And hyena:
level.secret2 = array( "h", "y", "e", "n", "a" );
level.secret2_progress = 0;
I think someone should try spelling hitsam and hyena with the letters to see if anything happens. I mean, its in the game code, so why wouldnt it?
Good luck (Y)
PS I would try myself, but i dont have a four man team atm