This commit is contained in:
Dan Simon 2022-11-05 20:07:50 -04:00 committed by cyip92
parent 240f61f6d7
commit 4d64ee45da

View File

@ -108,7 +108,7 @@ GameDatabase.multiplierTabTree.gamespeed_total[0] = [...allGamespeed].filter(key
GameDatabase.multiplierTabTree.gamespeed_total[1] = [...allGamespeed].filter(key => key !== "gamespeed_blackHoleCurr");
// DT doesn't explicitly have an entry to TP, due to it being its own total entry, so we link them together
GameDatabase.multiplierTabTree.DT_total[0][0].unshift("TP_total");
GameDatabase.multiplierTabTree.DT_total[0].unshift("TP_total");
// Additional data specification for dynamically-generated props
const dimTypes = ["AD", "ID", "TD"];