mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Removed testing forced max pp
This commit is contained in:
parent
7f820a0d38
commit
d519593863
@ -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
Block a user