File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ initialize([
167
167
action : "mail" ,
168
168
arg : "Holger" ,
169
169
} ,
170
+ {
171
+ item : "Wooden Box" ,
172
+ action : "mail" ,
173
+ arg : "Borgen" ,
174
+ } ,
170
175
{
171
176
item : "Yellow Perch" ,
172
177
action : "mail" ,
Original file line number Diff line number Diff line change @@ -55,8 +55,11 @@ const extraSidebarItems = async state => {
55
55
// For the event.
56
56
cropItems [ "Egg 03" ] = true
57
57
}
58
- if ( cropItems [ "Potato Seeds" ] ) {
58
+ if ( cropItems [ "Potato Seeds" ] || cropItems [ "Potato" ] ) {
59
59
cropItems [ "Hot Potato" ] = true
60
+ cropItems [ "Gold Potato" ] = true
61
+ cropItems [ "Potato Seeds" ] = true
62
+ cropItems [ "Potato" ] = true
60
63
}
61
64
if ( cropItems [ "Hops Seeds" ] ) {
62
65
cropItems [ "Runestone 16" ] = true
@@ -174,6 +177,7 @@ const extraSidebarItems = async state => {
174
177
"Small Prawn" ,
175
178
"Spider" ,
176
179
"Trout" ,
180
+ "Wooden Box" ,
177
181
"Yellow Perch" ,
178
182
]
179
183
default :
You can’t perform that action at this time.
0 commit comments