Skip to content

Commit

Permalink
Re-implementing Manual Solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenko committed Jan 18, 2014
1 parent a21b51f commit 710b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeachBall.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ BeachBall.CagedAutoClick = function() {
//Purchases Caged Logicat
//If Caged AutoClick is Enabled, and Caged Logicat isn't Sleeping and Caged Logicat isn't already purchased, and timeout not active
var me = BeachBall.Settings['CagedAutoClick'];
var meLC = BeachBall.Settubgs['LCSolver'];
var meLC = BeachBall.Settings['LCSolver'];
if (me.status > 0 && Molpy.Got("LogiPuzzle") > 1 && !Molpy.PuzzleGens["caged"].active && !BeachBall.cagedTimeout) {
//Determines Logicat Cost, and if sufficient blocks available, caged logicat is purchased.
var tens = Math.floor((Molpy.Boosts["LogiPuzzle"].Level - 1) / 10) * 10;
Expand Down

0 comments on commit 710b6a1

Please sign in to comment.