1
0
Fork 0
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:
Jacorb90 2020-09-21 11:50:23 -04:00
parent 4d8fc006ac
commit 4cacabb02a

View file

@ -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",