Skip to content

Commit

Permalink
Merge branch 'master' into feature/home-nodes-gathered-items
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius authored Jan 29, 2025
2 parents 8c3a63e + 79a1ecd commit ac43793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/home/nodes/Notes.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/home/nodes/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const GAME_DATA_HOME_NODES: Array<GameDataHomeNode> = [
{ id: 'flaxseed_node', name: 'Flaxseed Harvesting Node', unlock_items: [79063], gathered_items: [74090] },
{ id: 'garden_plot_01', name: 'Black Lion Garden Plot Deed', unlock_items: [86786] },
{ id: 'garden_plot_02', name: 'Black Lion Garden Plot Deed', unlock_items: [86786] },
{ id: 'garden_plot_03', name: 'Black Lion Garden Plot Deed', unlock_items: [86786] },
{ id: 'garden_plot_03', name: 'Black Lion Garden Plot Deed', unlock_items: [91777] },
{ id: 'ghost_pepper_node', name: 'Ghost Pepper Harvesting Node', unlock_items: [68093], gathered_items: [12544] },
{ id: 'hard_wood_node', name: 'Hard Wood Logging Node', unlock_items: [79085], gathered_items: [19724] },
{ id: 'iron_ore_node', name: 'Iron Ore Mining Node', unlock_items: [79260], gathered_items: [19699] },
Expand Down

0 comments on commit ac43793

Please sign in to comment.