mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 00:21:31 +00:00
Add limit to repeatables and dimensions
This commit is contained in:
parent
946ecaebcd
commit
12a68c02fa
1 changed files with 2 additions and 0 deletions
|
@ -437,6 +437,7 @@ export function createPlane(
|
|||
showAmount: false
|
||||
}),
|
||||
visibility: repeatableVisibility,
|
||||
limit: 100,
|
||||
bonusAmount: () =>
|
||||
Decimal.gt(repeatable.amount.value, 0)
|
||||
? isEmpowered("dirtRelic")
|
||||
|
@ -774,6 +775,7 @@ export function createPlane(
|
|||
},
|
||||
effect,
|
||||
dimensions,
|
||||
limit: 100,
|
||||
energy: j === 0 ? energy : undefined,
|
||||
requirements: createCostRequirement(() => ({
|
||||
resource: noPersist(resource),
|
||||
|
|
Loading…
Reference in a new issue