-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Power leveling code was split between L13_powerLevel() and LX_attemptPowerLevel() in a messy fashion. Consolidated it into LX_attemptPowerLevel() *moved The Source path specific code to boolean LX_attemptPowerLevelTheSource() *releasing the softblock on quests awaiting optimal conditions was done far too late in L13_powerLevel(). Actually moved it to be done right before the function itself is called. *renamed L13_powerLevel() to L13_startQuest() *boolean LX_unlockThinknerdWarehouse(boolean spend_resources) added and used. either for the purpose of doing melvign quest or for powerleveling in thinknerd warehouse
- Loading branch information
Showing
7 changed files
with
363 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.