Skip to content

Commit

Permalink
Merge pull request #68077 from smileynet/fix_cattail_mission
Browse files Browse the repository at this point in the history
Fix cattail jelly mission turn-in
  • Loading branch information
Maleclypse authored Sep 10, 2023
2 parents 36b04f0 + 7ae144c commit 051b88f
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 @@ -839,8 +839,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_message": "You learn how to craft cattail jelly.", "popup": true },
Expand Down

0 comments on commit 051b88f

Please sign in to comment.