mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-03-14 10:01:50 +00:00
v1.2 Beta 4 Patch 3
This commit is contained in:
parent
4d8fc006ac
commit
4cacabb02a
1 changed files with 1 additions and 1 deletions
|
@ -3534,7 +3534,7 @@ const LAYER_CHALLS = {
|
|||
resDisp: "Prestige Points",
|
||||
choose: 2,
|
||||
active(x) {
|
||||
return player.ge.active.includes(x);
|
||||
return (player.ge.active||[]).includes(x);
|
||||
},
|
||||
11: {
|
||||
name: "Unique Gameplay",
|
||||
|
|
Loading…
Add table
Reference in a new issue