[Automated] Merge dev into gh-pages

This commit is contained in:
github-actions[bot]
2023-03-15 08:04:35 +00:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -87,7 +87,7 @@ export default function ReplaceNative() {
Game.ClickProduct = function (what) { Game.ClickProduct = function (what) {
if ( if (
!Game.mods.cookieMonsterFramework.saveData.cookieMonsterMod.settings.BulkBuyBlock || !Game.mods.cookieMonsterFramework.saveData.cookieMonsterMod.settings.BulkBuyBlock ||
Game.ObjectsById[what].bulkPrice < Game.cookies || Game.ObjectsById[what].bulkPrice <= Game.cookies ||
Game.buyMode === -1 Game.buyMode === -1
) { ) {
BackupFunctions.ClickProduct(what); BackupFunctions.ClickProduct(what);