Removed testing max pp again
parent
b9ae9a0dac
commit
a8c4f91932
|
|
@ -1337,7 +1337,7 @@ export function getPlayerShopModifierTypeOptionsForWave(waveIndex: integer, base
|
||||||
|
|
||||||
const options = [
|
const options = [
|
||||||
[
|
[
|
||||||
new ModifierTypeOption(modifierTypes.PP_MAX(), 0, baseCost * 0.2),
|
new ModifierTypeOption(modifierTypes.POTION(), 0, baseCost * 0.2),
|
||||||
new ModifierTypeOption(modifierTypes.ETHER(), 0, baseCost * 0.4),
|
new ModifierTypeOption(modifierTypes.ETHER(), 0, baseCost * 0.4),
|
||||||
new ModifierTypeOption(modifierTypes.REVIVE(), 0, baseCost * 2)
|
new ModifierTypeOption(modifierTypes.REVIVE(), 0, baseCost * 2)
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue