1
0
mirror of https://github.com/osmarks/website synced 2025-08-31 17:57:55 +00:00

achievements in heavpoot's game

This commit is contained in:
2020-07-03 21:11:23 +01:00
parent dee9035ffe
commit 060ac1001a
3 changed files with 20 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ description: It is pitch black (if you ignore all of the lighting). You are like
<noscript>enable js you utter bee</noscript>
<div id="o"></div>
<script>
function unlockAchievement(name) {
if ("points" in window) {
points.unlockAchievement(name)
}
}
var state="start"; // SPOILERS SPOILERS OH GOD SPOILERS OH GOD SPOILERS
var game={
"start":["hi you are level 3³³ ersearcher in the scp floundation. whatdo?",["173","go to SCP-173s chamber"],["antimemetics","go to the antimemetics division"],["start-2","keep going somewhere"],["blackmoonhowl","Does the black moon howl?","v"]],
@@ -110,6 +115,8 @@ description: It is pitch black (if you ignore all of the lighting). You are like
return res
}
function c(st){
if (st == "dontquestionit") { unlockAchievement("heavgame1") }
if (st == "blackmoondecode") { unlockAchievement("heavgame2") }
if (st=="blackmoonno"){
redacted=""
}