mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
s27
This commit is contained in:
parent
3b794989e1
commit
959bf81ec8
BIN
images/s15.png
Normal file
BIN
images/s15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -1468,7 +1468,7 @@
|
||||
<div id="You're a failure" class="achievement achievementlocked" style="background-image: url(images/s14.png)" ach-tooltip="You're a failure."><br></div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="s27" class="achievement achievementlocked" style="background-image: url(images/s15.png)" ach-tooltip="s27"><br></div>
|
||||
<div id="It's not called matter dimensions is it?" class="achievement achievementlocked" style="background-image: url(images/s15.png)" ach-tooltip="It's not called matter dimensions is it?"><br></div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="s28" class="achievement achievementlocked" style="background-image: url(images/s16.png)" ach-tooltip="s28"><br></div>
|
||||
|
@ -117,7 +117,7 @@ const allAchievements = {
|
||||
s24 : "Real news",
|
||||
s25 : "Shhh... It's a secret",
|
||||
s26 : "You're a failure",
|
||||
s27 : "s27",
|
||||
s27 : "It's not called matter dimensions is it?",
|
||||
s28 : "s28",
|
||||
};
|
||||
const secretAchievementTooltips = {
|
||||
@ -135,7 +135,7 @@ const secretAchievementTooltips = {
|
||||
s24 : "Click on the news ticker that tells you to click on it.",
|
||||
s25 : "Discover a secret theme.",
|
||||
s26 : "Fail eternity challenges 10 times without refreshing. What are you doing with your life...",
|
||||
s27 : "s27",
|
||||
s27 : "Get Infinite matter.",
|
||||
s28 : "s28",
|
||||
};
|
||||
const allAchievementNums = Object.invert(allAchievements)
|
||||
|
@ -4441,6 +4441,7 @@ setInterval(function() {
|
||||
if (player.tickspeed.lt(1e-26)) giveAchievement("Faster than a potato");
|
||||
if (player.tickspeed.lt(1e-55)) giveAchievement("Faster than a squared potato");
|
||||
if (Math.random() < 0.00001) giveAchievement("Do you feel lucky? Well do ya punk?")
|
||||
if (player.matter.gte(2.586e15)) giveAchievement("It's not called matter dimensions is it?")
|
||||
|
||||
document.getElementById("dilationTabbtn").style.display = (player.dilation.unlocked) ? "inline-block" : "none"
|
||||
updateDilationUpgradeButtons()
|
||||
|
Loading…
Reference in New Issue
Block a user