Skip to content

Commit

Permalink
fix(mission): turn in stalk first then the bag
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Sep 19, 2023
1 parent 0acc67d commit 645dc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/npcs/missiondef.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@
},
"end": {
"effect": [
{ "u_sell_item": "duffelbag" },
{ "u_sell_item": "cattail_stalk", "count": 80 },
{ "u_sell_item": "duffelbag" },
{ "npc_consume_item": "cattail_stalk", "count": 80 },
{ "u_learn_recipe": "cattail_jelly" },
{ "u_buy_item": "cattail_jelly", "container": "bag_zipper", "count": 7 }
Expand Down

0 comments on commit 645dc9b

Please sign in to comment.