Skip to content

Commit

Permalink
Clarify "Clean Garden" option
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoretsu committed Feb 13, 2021
1 parent c9a7f09 commit 4c8cc3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the conditions when the plant will be harvested:
- young:
- if it is a weed, and the option **Remove weeds** is **ON**
- if the option **Clean garden** is **ON**, the corresponding saved slot is
empty and the plant is already unlocked
empty and the plant is already unlocked or new
- if the option **Clean garden** is **ON**, the corresponding saved slot is
not empty but the young plant don't match
- mature:
Expand Down
2 changes: 1 addition & 1 deletion cookie-garden-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class UI {
${this.button(
'autoHarvestCleanGarden',
'Clean Garden',
'Only allow saved and unlocked seeds',
'Only allow saved and new/unlocked seeds',
true,
config.autoHarvestCleanGarden,
)}
Expand Down
2 changes: 1 addition & 1 deletion src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class UI {
${this.button(
'autoHarvestCleanGarden',
'Clean Garden',
'Only allow saved and unlocked seeds',
'Only allow saved and new/unlocked seeds',
true,
config.autoHarvestCleanGarden,
)}
Expand Down

0 comments on commit 4c8cc3d

Please sign in to comment.