Skip to content

Commit 250c40e

Browse files
committed
✨ Slight sidebar improvement.
1 parent 457065f commit 250c40e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

lib/quickActions.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ initialize([
167167
action: "mail",
168168
arg: "Holger",
169169
},
170+
{
171+
item: "Wooden Box",
172+
action: "mail",
173+
arg: "Borgen",
174+
},
170175
{
171176
item: "Yellow Perch",
172177
action: "mail",

lib/sidebar.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ const extraSidebarItems = async state => {
5555
// For the event.
5656
cropItems["Egg 03"] = true
5757
}
58-
if (cropItems["Potato Seeds"]) {
58+
if (cropItems["Potato Seeds"] || cropItems["Potato"]) {
5959
cropItems["Hot Potato"] = true
60+
cropItems["Gold Potato"] = true
61+
cropItems["Potato Seeds"] = true
62+
cropItems["Potato"] = true
6063
}
6164
if (cropItems["Hops Seeds"]) {
6265
cropItems["Runestone 16"] = true
@@ -174,6 +177,7 @@ const extraSidebarItems = async state => {
174177
"Small Prawn",
175178
"Spider",
176179
"Trout",
180+
"Wooden Box",
177181
"Yellow Perch",
178182
]
179183
default:

0 commit comments

Comments
 (0)