This commit is contained in:
AJ Fontaine 2025-03-25 14:58:12 -04:00
parent d3886a0023
commit 126904aeab

View File

@ -3451,7 +3451,7 @@ export function getPlayerShopModifierTypeOptionsForWave(waveIndex: number, baseC
return options return options
.slice(0, Math.ceil(Math.max(waveIndex + 10, 0) / 30)) .slice(0, Math.ceil(Math.max(waveIndex + 10, 0) / 30))
.flat() .flat()
.filter(s => !removeShop.includes(s.type.id as ModifierTypeKeys)); .filter(s => !removeShop.includes(s.type.localeKey.split(".")[1] as ModifierTypeKeys)); // I don't wanna hear it
} }
export function getEnemyBuffModifierForWave( export function getEnemyBuffModifierForWave(