mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-24 02:01:03 +00:00
Fixed endgame screen
This commit is contained in:
parent
68521fb631
commit
7f24c52a4f
7 changed files with 27 additions and 24 deletions
js/Demo
|
@ -13,7 +13,7 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.6.4",
|
||||
num: "2.6.4.1",
|
||||
name: "Fixed Reality",
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,7 @@ var displayThings = [
|
|||
|
||||
// Determines when the game "ends"
|
||||
function isEndgame() {
|
||||
return player.points.gte(new Decimal("e280000000"))
|
||||
return player.points.gte(new Decimal("11"))
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue