diff --git a/project/src/controllers/RagfairController.ts b/project/src/controllers/RagfairController.ts index 7db78cf4..ca3218bf 100644 --- a/project/src/controllers/RagfairController.ts +++ b/project/src/controllers/RagfairController.ts @@ -595,7 +595,7 @@ export class RagfairController ); // Create array of sell times for items listed - offer.sellResult = this.ragfairSellHelper.rollForSale(75, stackCountTotal); + offer.sellResult = this.ragfairSellHelper.rollForSale(sellChancePercent, stackCountTotal); // Subtract flea market fee from stash if (this.ragfairConfig.sell.fees)