mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-16 10:50:59 +00:00
We're in the endgame now
This commit is contained in:
parent
58f181e70f
commit
a50ed331bf
4 changed files with 11 additions and 5 deletions
js
|
@ -12,7 +12,7 @@ let modInfo = {
|
|||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.1",
|
||||
name: "Non-nonsensical!",
|
||||
name: " We should have thought of this sooner!",
|
||||
}
|
||||
|
||||
// If you add new functions anywhere inside of a layer, and those functions have an effect when called, add them here.
|
||||
|
@ -51,6 +51,13 @@ var displayThings = [
|
|||
function() {if (inChallenge("c", 11)) return "The game is currently <h1>0%</h1> harder."},
|
||||
]
|
||||
|
||||
// Determines when the game "ends"
|
||||
function isEndgame() {
|
||||
return player.points.gte(new Decimal("e280000000"))
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Less important things beyond this point!
|
||||
|
||||
// You can change this if you have things that can be messed up by long tick lengths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue